DurableOutboxException class

Base exception for durable outbox operations.

Implemented types

Constructors

DurableOutboxException(DurableOutboxErrorCode code, String message)
Creates a safe, public-facing outbox exception.
const

Properties

code DurableOutboxErrorCode
Stable error category suitable for application logic.
final
hashCode int
The hash code for this object.
no setterinherited
message String
Redacted diagnostic message. It never contains variables or secrets.
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.
override

Operators

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