ApiErrorCause

ApiError 에러 원인
Causes of ApiError

Entries

Link copied to clipboard
@SerializedName(value = "-1")
InternalError

서버 내부에서 처리 중 에러가 발생한 경우
An Error occurred during the internal processing in the server

Link copied to clipboard
@SerializedName(value = "-2")
IllegalParams

필수 파라미터가 포함되지 않았거나, 파라미터 값이 올바르지 않은 경우
Requested without required parameters or using invalid values

Link copied to clipboard
@SerializedName(value = "-3")
UnsupportedApi

API 사용에 필요한 사전 설정을 완료하지 않은 경우
Required prerequisites for the API are not completed

Link copied to clipboard
@SerializedName(value = "-4")
BlockedAction

카카오계정이 제재되었거나, 카카오계정에 제한된 동작을 요청한 경우
Requested by a blocked Kakao Account, or requested restricted actions to the Kakao Account

Link copied to clipboard
@SerializedName(value = "-5")
PermissionDenied

앱에 사용 권한이 없는 API를 호출한 경우
Requested an API using an app that does not have permission

Link copied to clipboard
@SerializedName(value = "-9")
DeprecatedApi

제공 종료된 API를 호출한 경우
Requested a deprecated API

Link copied to clipboard
@SerializedName(value = "-10")
ApiLimitExceeded

사용량 제한을 초과한 경우
Exceeded the quota

Link copied to clipboard
@SerializedName(value = "-101")
NotRegisteredUser

앱과 연결되지 않은 사용자가 요청한 경우
Requested by a user who is not linked to the app

Link copied to clipboard
@SerializedName(value = "-102")
AlreadyRegisteredUser

이미 앱과 연결되어 있는 사용자에 대해 연결하기 요청한 경우
Requested manual sign-up to a linked user

Link copied to clipboard
@SerializedName(value = "-103")
AccountDoesNotExist

휴면 상태, 또는 존재하지 않는 카카오계정으로 요청한 경우
Requested with a Kakao Account that is in the dormant state or does not exist

Link copied to clipboard
@SerializedName(value = "-201")
PropertyKeyDoesNotExist

앱에 추가하지 않은 사용자 프로퍼티 키 값을 불러오거나 저장하려고 한 경우
Requested to retrieve or save value for not registered user properties key

Link copied to clipboard
@SerializedName(value = "-301")
AppDoesNotExist

등록되지 않은 앱 키로 요청했거나, 존재하지 않는 앱에 대해 요청한 경우
Requested with an app key of not registered app, or requested to an app that does not exist

Link copied to clipboard
@SerializedName(value = "-401")
InvalidToken

유효하지 않은 앱 키나 액세스 토큰으로 요청했거나, 앱 정보가 등록된 앱 정보와 일치하지 않는 경우
Requested with an invalid app key or an access token, or the app information is not equal to the registered app information

Link copied to clipboard
@SerializedName(value = "-402")
InsufficientScope

접근하려는 리소스에 대해 사용자 동의를 받지 않은 경우
The user has not agreed to the scope of the desired resource

Link copied to clipboard
@SerializedName(value = "-405")
RequiredAgeVerification

연령인증 필요
Age verification is required

Link copied to clipboard
@SerializedName(value = "-406")
UnderAgeLimit

앱에 설정된 제한 연령보다 사용자의 연령이 낮음
The user's age does not meet the app's age limit

Link copied to clipboard
@SerializedName(value = "-421")
SigningIsNotCompleted

서명이 완료되지 않은 경우
Signing is not completed

Link copied to clipboard
@SerializedName(value = "-422")
InvalidTransaction

유효시간 안에 서명이 완료되지 않은 경우
Signing is not completed in the valid time

Link copied to clipboard
@SerializedName(value = "-423")
TransactionHasExpired

공개 키가 만료된 경우
The public key has been expired

Link copied to clipboard
@SerializedName(value = "-501")
NotTalkUser

카카오톡 미가입 사용자가 카카오톡 API를 호출한 경우
Users not signed up for Kakao Talk requested the Kakao Talk APIs

Link copied to clipboard
@SerializedName(value = "-502")
NotFriend

받는 이가 보내는 이의 친구가 아닌 경우
The receiver is not a friend of the sender

Link copied to clipboard
@SerializedName(value = "-504")
UserDeviceUnsupported

지원되지 않는 기기로 메시지를 전송한 경우
Sent message to an unsupported device

Link copied to clipboard
@SerializedName(value = "-530")
TalkMessageDisabled

받는 이가 프로필 비공개로 설정한 경우
The receiver turned off the profile visibility

Link copied to clipboard
@SerializedName(value = "-531")
TalkSendMessageMonthlyLimitExceed

보내는 이가 한 달 동안 보낼 수 있는 쿼터를 초과한 경우
The sender exceeded the monthly quota for sending messages

Link copied to clipboard
@SerializedName(value = "-532")
TalkSendMessageDailyLimitExceed

보내는 이가 하루 동안 보낼 수 있는 쿼터를 초과한 경우
The sender exceeded the daily quota for sending messages

Link copied to clipboard
@SerializedName(value = "-602")
ImageUploadSizeExceeded

업로드 가능한 이미지 최대 용량을 초과한 경우
Exceeded the maximum size of images to upload

Link copied to clipboard
@SerializedName(value = "-603")
ServerTimeOut

카카오 플랫폼 내부에서 요청 처리 중 타임아웃이 발생한 경우
Timeout occurred during the internal processing on the server

Link copied to clipboard
@SerializedName(value = "-606")
ImageMaxUploadCountExceed

업로드할 수 있는 최대 이미지 개수를 초과한 경우
Exceeded the maximum number of images to upload

Link copied to clipboard
@SerializedName(value = "-903")
DeveloperDoesNotExist

등록되지 않은 개발자의 앱키나 등록되지 않은 개발자의 앱키로 구성된 액세스 토큰으로 요청한 경우
Requested with an app key of not registered developer, or an access token issued by an app key of not registered developer

Link copied to clipboard
@SerializedName(value = "-9798")
UnderMaintenance

서비스 점검 중
Under the service maintenance

Link copied to clipboard

알 수 없음
Unknown

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard