ApiErrorType enum
APIエラータイプ
Constructors
- ApiErrorType()
-
const
Values
-
未認証
- badRequest → const ApiErrorType
-
リクエストエラー
- serverError → const ApiErrorType
-
サーバーエラー
- networkError → const ApiErrorType
-
ネットワークエラー
- unknown → const ApiErrorType
-
未知のエラー
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<
ApiErrorType> - A constant List of the values in this enum, in order of their declaration.