We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10cda09 commit 28808d3Copy full SHA for 28808d3
src/errors.rs
@@ -4,7 +4,7 @@
4
//! By default, Restate does infinite retries with an exponential backoff strategy.
5
//!
6
//! For failures for which you do not want retries, but instead want the invocation to end and the error message
7
-//! to be propagated back to the caller, you can throw a **terminal error**.
+//! to be propagated back to the caller, you can return a [`TerminalError`].
8
9
//! You can throw a terminal exception with an optional HTTP status code and a message anywhere in your handler, as follows:
10
0 commit comments