ClientErrorCause enum
KO: 클라이언트 에러 원인
EN: Causes of client errors
- Inheritance
-
- Object
- Enum
- ClientErrorCause
Values
- unknown → const ClientErrorCause
-
KO: 알 수 없음
EN: Unknown - cancelled → const ClientErrorCause
-
KO: 사용자가 취소한 경우
EN: User canceled - tokenNotFound → const ClientErrorCause
-
KO: API 요청에 사용할 토큰이 없는 경우
EN: A token for API requests not found - notSupported → const ClientErrorCause
-
KO: 지원하지 않는 기능
EN: Not supported feature - badParameter → const ClientErrorCause
-
KO: 잘못된 파라미터를 전달한 경우
EN: Passed wrong parameters - illegalState → const ClientErrorCause
-
KO: 요청을 정상적으로 처리할 수 없는 상태
EN: Illegal state to process the request
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ClientErrorCause> - A constant List of the values in this enum, in order of their declaration.