Uses of Class
software.amazon.awssdk.services.lambda.model.EventError
-
Packages that use EventError Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of EventError in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return EventError Modifier and Type Method Description EventErrorCallbackFailedDetails. error()An error object that contains details about the failure.EventErrorCallbackTimedOutDetails. error()Details about the callback timeout.EventErrorChainedInvokeFailedDetails. error()Details about the chained invocation failure.EventErrorChainedInvokeStoppedDetails. error()Details about why the chained invocation stopped.EventErrorChainedInvokeTimedOutDetails. error()Details about the chained invocation timeout.EventErrorContextFailedDetails. error()Details about the context failure.EventErrorExecutionFailedDetails. error()Details about the execution failure.EventErrorExecutionStoppedDetails. error()Details about why the execution stopped.EventErrorExecutionTimedOutDetails. error()Details about the execution timeout.EventErrorInvocationCompletedDetails. error()Details about the invocation failure.EventErrorStepFailedDetails. error()Details about the step failure.EventErrorWaitCancelledDetails. error()Details about why the wait operation was cancelled.Methods in software.amazon.awssdk.services.lambda.model with parameters of type EventError Modifier and Type Method Description CallbackFailedDetails.BuilderCallbackFailedDetails.Builder. error(EventError error)An error object that contains details about the failure.CallbackTimedOutDetails.BuilderCallbackTimedOutDetails.Builder. error(EventError error)Details about the callback timeout.ChainedInvokeFailedDetails.BuilderChainedInvokeFailedDetails.Builder. error(EventError error)Details about the chained invocation failure.ChainedInvokeStoppedDetails.BuilderChainedInvokeStoppedDetails.Builder. error(EventError error)Details about why the chained invocation stopped.ChainedInvokeTimedOutDetails.BuilderChainedInvokeTimedOutDetails.Builder. error(EventError error)Details about the chained invocation timeout.ContextFailedDetails.BuilderContextFailedDetails.Builder. error(EventError error)Details about the context failure.ExecutionFailedDetails.BuilderExecutionFailedDetails.Builder. error(EventError error)Details about the execution failure.ExecutionStoppedDetails.BuilderExecutionStoppedDetails.Builder. error(EventError error)Details about why the execution stopped.ExecutionTimedOutDetails.BuilderExecutionTimedOutDetails.Builder. error(EventError error)Details about the execution timeout.InvocationCompletedDetails.BuilderInvocationCompletedDetails.Builder. error(EventError error)Details about the invocation failure.StepFailedDetails.BuilderStepFailedDetails.Builder. error(EventError error)Details about the step failure.WaitCancelledDetails.BuilderWaitCancelledDetails.Builder. error(EventError error)Details about why the wait operation was cancelled.
-