FetcherException class

Exception thrown by fetchers when an error occurs.

Inheritance

Constructors

FetcherException.new(String message, {Object? originalError, StackTrace? stackTrace, int errorCount = 1})
Creates a new fetcher exception.

Properties

description String?
Optional description.
finalinherited
errorCount int
The number of consecutive errors that have occurred.
final
hashCode int
The hash code for this object.
no setterinherited
message String
The error message.
finalinherited
originalError Object?
The original error that caused this exception.
final
originalStackTrace StackTrace?
The stack trace of the original error.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace
Optional stack trace.
finalinherited
type TeleverseExceptionType
The type of the exception.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns a string representation of the exception.
override

Operators

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