RetryExhaustedException class

Exception thrown when retry attempts are exhausted.

Inheritance

Constructors

RetryExhaustedException.new(String message, Exception lastException, int attemptCount)
const

Properties

attemptCount int
The number of attempts made before giving up.
final
hashCode int
The hash code for this object.
no setterinherited
lastException Exception
The last exception that caused the retry to fail.
final
message String
The error message.
finalinherited
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