ActionExecutionException class

Action execution failure within a step.

Inheritance
Implemented types

Constructors

ActionExecutionException(String actionType, String message, {String? stepId, Object? cause})

Properties

actionType String
The action type that failed.
final
cause Object?
Original cause (for exception chaining).
finalinherited
code String
Unique error code for programmatic handling.
no setter
hashCode int
The hash code for this object.
no setterinherited
isRetryable bool
Whether this error is retryable.
no setterinherited
message String
Human-readable error message.
finalinherited
path String?
JSON path to problematic field (if applicable).
finalinherited
retryDelay Duration?
Suggested retry delay (if retryable).
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
Stack trace at point of error.
finalinherited
stepId String?
The step ID containing the action.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serialize to JSON for structured logging.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited