NetworkFailure enum
Values
- unknown → const NetworkFailure
-
const NetworkFailure(-1)
- badURL → const NetworkFailure
-
const NetworkFailure(-1000)
- timedOut → const NetworkFailure
-
const NetworkFailure(-1001)
- cannotConnectToHost → const NetworkFailure
-
const NetworkFailure(-1004)
- dnsLookupFailed → const NetworkFailure
-
const NetworkFailure(-1006)
- badServerResponse → const NetworkFailure
-
const NetworkFailure(-1011)
- secureConnectionFailed → const NetworkFailure
-
const NetworkFailure(-1200)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
NetworkFailure> - A constant List of the values in this enum, in order of their declaration.