Skip to content

Commit c2541b4

Browse files
Little thing
1 parent 2ff6495 commit c2541b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/invoker-impl/src/error.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,9 @@ pub(crate) enum InvokerError {
173173
#[code(restate_errors::RT0010)]
174174
ServiceUnavailable(http::StatusCode),
175175

176-
#[error("the service {0} is exposed by the deprecated deployment {1}.")]
176+
#[error(
177+
"service {0} is exposed by the deprecated deployment {1}, please upgrade the SDK used by the service."
178+
)]
177179
#[code(restate_errors::RT0020)]
178180
DeploymentDeprecated(String, DeploymentId),
179181
}

0 commit comments

Comments
 (0)