StepExecutionException class

Step execution failure.

Inheritance
Implemented types

Constructors

StepExecutionException(String stepId, int stepOrder, String message, {Object? cause})

Properties

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 that failed.
final
stepOrder int
The step order in the procedure.
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