DurableOutboxRecovery class
Safe, inspectable state left after a store cannot be opened.
Constructors
- DurableOutboxRecovery(DurableOutboxErrorCode code, String message)
-
Creates a recovery state without retaining payloads or exception details.
const
Properties
- code → DurableOutboxErrorCode
-
Stable failure category suitable for application logic.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
Redacted guidance key/message for UI and telemetry.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited