ClientErrorCause

enum ClientErrorCause : Enum<ClientErrorCause>

ClientError의 발생 원인

Entries

Link copied to clipboard

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

Link copied to clipboard

잘못된 파라미터

Link copied to clipboard

지원되지 않는 기능

Link copied to clipboard

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

Link copied to clipboard

요청 취소

Link copied to clipboard

기타 에러

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int