ClientErrorCause enum

KakaoClientException의 발생 원인

Inheritance
  • Object
  • Enum
  • ClientErrorCause

Constructors

ClientErrorCause()
const

Values

unknown → const ClientErrorCause

기타 에러

cancelled → const ClientErrorCause

요청 취소

tokenNotFound → const ClientErrorCause

API 요청에 사용할 토큰이 없음

notSupported → const ClientErrorCause

지원되지 않는 기능

badParameter → const ClientErrorCause

잘못된 파라미터

illegalState → const ClientErrorCause

정상적으로 실행할 수 없는 상태

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
index → int
A numeric identifier for the enumerated value.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

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.
[unknown, cancelled, tokenNotFound, notSupported, badParameter, illegalState]