Uses of Class
software.amazon.awssdk.services.lambda.model.ErrorObject
Packages that use ErrorObject
-
Uses of ErrorObject in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return ErrorObjectModifier and TypeMethodDescriptionfinal ErrorObjectCallbackDetails.error()An error object that contains details about the failure.final ErrorObjectChainedInvokeDetails.error()Details about the chained invocation failure.final ErrorObjectContextDetails.error()Details about the context failure.final ErrorObjectGetDurableExecutionResponse.error()Error information if the durable execution failed.final ErrorObjectOperationUpdate.error()The error information for failed operations.final ErrorObjectSendDurableExecutionCallbackFailureRequest.error()Error details describing why the callback operation failed.final ErrorObjectStepDetails.error()Details about the step failure.final ErrorObjectStopDurableExecutionRequest.error()Optional error details explaining why the execution is being stopped.final ErrorObjectEventError.payload()The error payload.Methods in software.amazon.awssdk.services.lambda.model with parameters of type ErrorObjectModifier and TypeMethodDescriptionCallbackDetails.Builder.error(ErrorObject error) An error object that contains details about the failure.ChainedInvokeDetails.Builder.error(ErrorObject error) Details about the chained invocation failure.ContextDetails.Builder.error(ErrorObject error) Details about the context failure.GetDurableExecutionResponse.Builder.error(ErrorObject error) Error information if the durable execution failed.OperationUpdate.Builder.error(ErrorObject error) The error information for failed operations.SendDurableExecutionCallbackFailureRequest.Builder.error(ErrorObject error) Error details describing why the callback operation failed.StepDetails.Builder.error(ErrorObject error) Details about the step failure.StopDurableExecutionRequest.Builder.error(ErrorObject error) Optional error details explaining why the execution is being stopped.EventError.Builder.payload(ErrorObject payload) The error payload.