DoubleFallbackException class

Thrown when both update and create operations fail with 404. This indicates an API configuration issue and should not use exponential backoff retry logic.

Inheritance

Constructors

DoubleFallbackException(String message, {required ApiExceptionNotFound originalError, required ApiExceptionNotFound createError, StackTrace? stackTrace})
Creates a DoubleFallbackException with the original and create errors.

Properties

createError ApiExceptionNotFound
The create fallback error.
final
hashCode int
The hash code for this object.
no setterinherited
message String
The error message describing the exception.
finalinherited
originalError ApiExceptionNotFound
The original update error.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
The stack trace associated with the exception, if any.
finalinherited

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