Class AwsLambdaRuntimeApiError
java.lang.Object
io.micronaut.function.aws.runtime.AwsLambdaRuntimeApiError
AWS Lambda Runtime Interface Error.
It is used to communicate errors thrown during function execution.
- Since:
- 2.0.0
- Author:
- sdelamo
-
Constructor Summary
ConstructorDescriptionConstructor.AwsLambdaRuntimeApiError
(@Nullable String errorMessage, @Nullable String errorType) -
Method Summary
Modifier and TypeMethodDescription@Nullable String
@Nullable String
void
setErrorMessage
(@Nullable String errorMessage) void
setErrorType
(@Nullable String errorType) toString()
-
Constructor Details
-
Method Details