| Package | Description |
|---|---|
| com.amazonaws.services.lambda.runtime.api.client.runtimeapi | |
| com.amazonaws.services.lambda.runtime.api.client.runtimeapi.converters |
| Modifier and Type | Field and Description |
|---|---|
ErrorRequest |
LambdaError.errorRequest |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
DtoSerializers.serialize(ErrorRequest error) |
| Constructor and Description |
|---|
LambdaError(ErrorRequest errorRequest,
RapidErrorType errorType) |
LambdaError(ErrorRequest errorRequest,
XRayErrorCause xRayErrorCause,
RapidErrorType errorType) |
| Modifier and Type | Method and Description |
|---|---|
static ErrorRequest |
LambdaErrorConverter.fromThrowable(Throwable throwable) |
static ErrorRequest |
LambdaErrorConverter.fromUserFault(UserFault userFault) |
Copyright © 2025. All rights reserved.