Skip to content

Commit 85a1c06

Browse files
anmonteirosapessi
authored andcommitted
ERROR_TYPE_UNHANDLED should be "Unhandled" (#30)
1 parent 2f7709f commit 85a1c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-runtime-client/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use serde_json;
1313
pub const ERROR_TYPE_HANDLED: &str = "Handled";
1414
/// Error type description for the `ErrorResponse` event. This type is used for unhandled,
1515
/// unexpcted errors.
16-
pub const ERROR_TYPE_UNHANDLED: &str = "Handled";
16+
pub const ERROR_TYPE_UNHANDLED: &str = "Unhandled";
1717

1818
/// This object is used to generate requests to the Lambda Runtime APIs.
1919
/// It is used for both the error response APIs and fail init calls.

0 commit comments

Comments
 (0)