Uses of Class
software.amazon.awssdk.services.lambda.model.ErrorObject
-
Packages that use ErrorObject Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of ErrorObject in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return ErrorObject Modifier and Type Method Description ErrorObjectCallbackDetails. error()An error object that contains details about the failure.ErrorObjectChainedInvokeDetails. error()Details about the chained invocation failure.ErrorObjectContextDetails. error()Details about the context failure.ErrorObjectGetDurableExecutionResponse. error()Error information if the durable execution failed.ErrorObjectOperationUpdate. error()The error information for failed operations.ErrorObjectSendDurableExecutionCallbackFailureRequest. error()Error details describing why the callback operation failed.ErrorObjectStepDetails. error()Details about the step failure.ErrorObjectStopDurableExecutionRequest. error()Optional error details explaining why the execution is being stopped.ErrorObjectEventError. payload()The error payload.Methods in software.amazon.awssdk.services.lambda.model with parameters of type ErrorObject Modifier and Type Method Description CallbackDetails.BuilderCallbackDetails.Builder. error(ErrorObject error)An error object that contains details about the failure.ChainedInvokeDetails.BuilderChainedInvokeDetails.Builder. error(ErrorObject error)Details about the chained invocation failure.ContextDetails.BuilderContextDetails.Builder. error(ErrorObject error)Details about the context failure.GetDurableExecutionResponse.BuilderGetDurableExecutionResponse.Builder. error(ErrorObject error)Error information if the durable execution failed.OperationUpdate.BuilderOperationUpdate.Builder. error(ErrorObject error)The error information for failed operations.SendDurableExecutionCallbackFailureRequest.BuilderSendDurableExecutionCallbackFailureRequest.Builder. error(ErrorObject error)Error details describing why the callback operation failed.StepDetails.BuilderStepDetails.Builder. error(ErrorObject error)Details about the step failure.StopDurableExecutionRequest.BuilderStopDurableExecutionRequest.Builder. error(ErrorObject error)Optional error details explaining why the execution is being stopped.EventError.BuilderEventError.Builder. payload(ErrorObject payload)The error payload.
-