ApiErrorCause enum

KakaoApiException의 발생 원인

Inheritance

Constructors

ApiErrorCause()
const

Values

internalError → const ApiErrorCause

서버 내부에서 처리 중에 에러가 발생한 경우

illegalParams → const ApiErrorCause

필수 인자가 포함되지 않은 경우나 호출 인자값의 데이타 타입이 적절하지 않거나 허용된 범위를 벗어난 경우

unsupportedApi → const ApiErrorCause

해당 API를 사용하기 위해 필요한 기능(간편가입, 동의항목, 서비스 설정 등)이 활성화 되지 않은 경우

blockedAction → const ApiErrorCause

계정이 제재된 경우나 해당 계정에 제재된 행동을 하는 경우

accessDenied → const ApiErrorCause

해당 API에 대한 요청 권한이 없는 경우

deprecatedApi → const ApiErrorCause

서비스가 종료된 API를 호출한 경우

apiLimitExceeded → const ApiErrorCause

허용된 요청 회수가 초과한 경우

notRegisteredUser → const ApiErrorCause

해당 앱에 카카오계정 연결이 완료되지 않은 사용자가 호출한 경우

alreadyRegisteredUser → const ApiErrorCause

이미 연결된 사용자에 대해 signup 시도

accountDoesNotExist → const ApiErrorCause

존재하지 않는 카카오계정으로 요청한 경우

propertyKeyDoesNotExist → const ApiErrorCause

사용자 정보 요청 API나 사용자 정보 저장 API 호출 시 앱에 추가하지 않은 사용자 프로퍼티 키 값을 불러오거나 저장하려고 한 경우

appDoesNotExist → const ApiErrorCause

등록되지 않은 앱키의 요청 또는 존재하지 않는 앱으로의 요청. (앱키가 인증에 사용되는 경우는 -401 참조)

invalidToken → const ApiErrorCause

유효하지 않은 앱키나 액세스 토큰으로 요청한 경우, 등록된 앱 정보와 호출된 앱 정보가 불일치 하는 경우 ex) 토큰 만료

insufficientScope → const ApiErrorCause

해당 API에서 접근하는 리소스에 대해 사용자의 동의를 받지 않은 경우

invalidOrigin → const ApiErrorCause

TODO: add reference or remove value

requiredAgeVerification → const ApiErrorCause

앱의 연령제한에 대해 사용자 연령 인증 받지 않음

underAgeLimit → const ApiErrorCause

앱의 연령제한보다 사용자의 연령이 낮음

notTalkUser → const ApiErrorCause

카카오톡 미가입 사용자가 카카오톡 API를 호출하였을 경우

notFriend → const ApiErrorCause

받는 이가 보내는 이의 친구가 아닌 경우

userDeviceUnsupported → const ApiErrorCause

지원되지 않는 기기로 메시지 보내는 경우

talkMessageDisabled → const ApiErrorCause

받는 이가 메시지 수신 거부를 설정한 경우

talkSendMessageMonthlyLimitExceed → const ApiErrorCause

특정 앱에서 보내는 이가 특정인에게 하루 동안 보낼 수 있는 쿼터를 초과한 경우

talkSendMessageDailyLimitExceed → const ApiErrorCause

특정 앱에서 보내는 이가 받는 사람 관계없이 하루 동안 보낼 수 있는 쿼터를 초과한 경우

imageUploadSizeExceeded → const ApiErrorCause

이미지 업로드 사이즈 제한 초과

serverTimeOut → const ApiErrorCause

업로드,스크랩 등 오래 걸리는 API의 타임아웃

imageMaxUploadCountExceed → const ApiErrorCause

업로드할 수 있는 최대 이미지 개수(현재 5개. 단, gif 파일은 1개)를 초과하였을 경우

developerDoesNotExist → const ApiErrorCause

등록되지 않은 개발자의 앱키나 등록되지 않은 개발자의 앱키로 구성된 액세스 토큰으로 요청한 경우

underMaintenance → const ApiErrorCause

서버 점검 중

unknown → const ApiErrorCause

기타 에러

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<ApiErrorCause>
A constant List of the values in this enum, in order of their declaration.