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 2f7709f commit 85a1c06Copy full SHA for 85a1c06
lambda-runtime-client/src/error.rs
@@ -13,7 +13,7 @@ use serde_json;
13
pub const ERROR_TYPE_HANDLED: &str = "Handled";
14
/// Error type description for the `ErrorResponse` event. This type is used for unhandled,
15
/// unexpcted errors.
16
-pub const ERROR_TYPE_UNHANDLED: &str = "Handled";
+pub const ERROR_TYPE_UNHANDLED: &str = "Unhandled";
17
18
/// This object is used to generate requests to the Lambda Runtime APIs.
19
/// It is used for both the error response APIs and fail init calls.
0 commit comments