FetchFailed class final
The call can't produce a map. Carries the shared FailureReason — the same
set present emits (no fetch-only reason): FailureReason.networkIssue,
FailureReason.integrationError, or FailureReason.unexpected — each
reason's meaning is documented on FailureReason itself.
- Inheritance
-
- Object
- FetchResult
- FetchFailed
Constructors
- FetchFailed(FailureReason reason)
-
Creates a failed fetch carrying
reason.const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- reason → FailureReason
-
Why the fetch could not produce a map.
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.
override