We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff6495 commit c2541b4Copy full SHA for c2541b4
crates/invoker-impl/src/error.rs
@@ -173,7 +173,9 @@ pub(crate) enum InvokerError {
173
#[code(restate_errors::RT0010)]
174
ServiceUnavailable(http::StatusCode),
175
176
- #[error("the service {0} is exposed by the deprecated deployment {1}.")]
+ #[error(
177
+ "service {0} is exposed by the deprecated deployment {1}, please upgrade the SDK used by the service."
178
+ )]
179
#[code(restate_errors::RT0020)]
180
DeploymentDeprecated(String, DeploymentId),
181
}
0 commit comments