WorkflowStepRetryExhausted class

A logical checkpoint exhausted its persisted attempt budget.

Implemented types

Constructors

WorkflowStepRetryExhausted(String runId, String stepName, int attempts, Object? lastError)
Creates an inspectable failure that can be reconstructed after restart.
const

Properties

attempts int
Total attempts consumed.
final
hashCode int
The hash code for this object.
no setterinherited
lastError Object?
Last persisted failure details or an abandoned-claim diagnostic.
final
runId String
Workflow run identifier.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stepName String
Persisted checkpoint name.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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