| Package | Description |
|---|---|
| com.amazonaws.services.lambda.runtime.api.client.runtimeapi |
| Modifier and Type | Field and Description |
|---|---|
RapidErrorType |
LambdaError.errorType |
| Modifier and Type | Method and Description |
|---|---|
static RapidErrorType |
RapidErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RapidErrorType[] |
RapidErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LambdaError(ErrorRequest errorRequest,
RapidErrorType errorType) |
LambdaError(ErrorRequest errorRequest,
XRayErrorCause xRayErrorCause,
RapidErrorType errorType) |
Copyright © 2025. All rights reserved.