ApiExceptionType enum
Types of http errors
Constructors
- ApiExceptionType()
-
const
Values
- UNAUTHORIZED → const ApiExceptionType
- INTERNAL → const ApiExceptionType
- REQUEST → const ApiExceptionType
- UNKNOWN → const ApiExceptionType
- TOKEN_EXPIRED → const ApiExceptionType
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<
ApiExceptionType> -
A constant List of the values in this enum, in order of their declaration.
[UNAUTHORIZED, INTERNAL, REQUEST, UNKNOWN, TOKEN_EXPIRED]