PaginationRetryExhaustedException class
Exception thrown when all retry attempts have been exhausted.
- Inheritance
-
- Object
- PaginationException
- PaginationRetryExhaustedException
Constructors
- PaginationRetryExhaustedException({required int attempts, String message = 'All retry attempts exhausted', Object? originalError, StackTrace? stackTrace})
-
const
Properties
- attempts → int
-
The number of attempts that were made.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
finalinherited
- originalError → Object?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackTrace → StackTrace?
-
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