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 28808d3 commit b075cb1Copy full SHA for b075cb1
src/errors.rs
@@ -6,7 +6,7 @@
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 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:
+//! You can return a [`TerminalError`] with an optional HTTP status code and a message anywhere in your handler, as follows:
10
11
//! ```rust,no_run
12
//! # use restate_sdk::prelude::*;
0 commit comments