ApiErrorCause enum
KO: API 에러 원인
EN: Causes of API errors
Values
- internalError → const ApiErrorCause
-
KO: 서버 내부에서 처리 중 에러가 발생한 경우
EN: An Error occurred during the internal processing in the server - illegalParams → const ApiErrorCause
-
KO: 필수 파라미터가 포함되지 않았거나, 파라미터 값이 올바르지 않은 경우
EN: Requested without required parameters or using invalid values - unsupportedApi → const ApiErrorCause
-
KO: API 사용에 필요한 사전 설정을 완료하지 않은 경우
EN: Required prerequisites for the API are not completed - blockedAction → const ApiErrorCause
-
KO: 카카오계정이 제재되었거나, 카카오계정에 제한된 동작을 요청한 경우
EN: Requested by a blocked Kakao Account, or requested restricted actions to the Kakao Account - accessDenied → const ApiErrorCause
-
KO: 사용자가 동의 화면에서 카카오 로그인을 취소한 경우
EN: The user canceled Kakao Login at the consent screen - deprecatedApi → const ApiErrorCause
-
KO: 제공 종료된 API를 호출한 경우
EN: Requested a deprecated API - apiLimitExceeded → const ApiErrorCause
-
KO: 사용량 제한을 초과한 경우
EN: Exceeded the quota - notRegisteredUser → const ApiErrorCause
-
KO: 앱과 연결되지 않은 사용자가 요청한 경우
EN: Requested by a user who is not linked to the app - alreadyRegisteredUser → const ApiErrorCause
-
KO: 이미 앱과 연결되어 있는 사용자에 대해 연결하기 요청한 경우
EN: Requested manual sign-up to a linked user - accountDoesNotExist → const ApiErrorCause
-
KO: 휴면 상태, 또는 존재하지 않는 카카오계정으로 요청한 경우
EN: Requested with a Kakao Account that is in the dormant state or does not exist - propertyKeyDoesNotExist → const ApiErrorCause
-
KO: 앱에 추가하지 않은 사용자 프로퍼티 키 값을 불러오거나 저장하려고 한 경우
EN: Requested to retrieve or save value for not registered user properties key - appDoesNotExist → const ApiErrorCause
-
KO: 등록되지 않은 앱 키로 요청했거나, 존재하지 않는 앱에 대해 요청한 경우
EN: Requested with an app key of not registered app, or requested to an app that does not exist - invalidToken → const ApiErrorCause
-
KO: 유효하지 않은 앱 키나 액세스 토큰으로 요청했거나, 앱 정보가 등록된 앱 정보와 일치하지 않는 경우
EN: Requested with an invalid app key or an access token, or the app information is not equal to the registered app information - insufficientScope → const ApiErrorCause
-
KO: 접근하려는 리소스에 대해 사용자 동의를 받지 않은 경우
EN: User has not agreed to the scope of the desired resource - requiredAgeVerification → const ApiErrorCause
-
KO: 연령인증 필요
EN: Age verification is required - underAgeLimit → const ApiErrorCause
-
KO: 앱에 설정된 제한 연령보다 사용자의 연령이 낮음
EN: User age does not meet the app's age limit - notTalkUser → const ApiErrorCause
-
KO: 카카오톡 미가입 사용자가 카카오톡 API를 호출한 경우
EN: Users not signed up for Kakao Talk requested the Kakao Talk APIs - notFriend → const ApiErrorCause
-
KO: 받는 이가 보내는 이의 친구가 아닌 경우
EN: Receiver is not a friend of the sender - userDeviceUnsupported → const ApiErrorCause
-
KO: 지원되지 않는 기기로 메시지를 전송한 경우
EN: Sent message to an unsupported device - talkMessageDisabled → const ApiErrorCause
-
KO: 받는 이가 프로필 비공개로 설정한 경우
EN: The receiver turned off the profile visibility - talkSendMessageMonthlyLimitExceed → const ApiErrorCause
-
KO: 보내는 이가 한 달 동안 보낼 수 있는 쿼터를 초과한 경우
EN: The sender exceeded the monthly quota for sending messages - talkSendMessageDailyLimitExceed → const ApiErrorCause
-
KO: 보내는 이가 하루 동안 보낼 수 있는 쿼터를 초과한 경우
EN: The sender exceeded the daily quota for sending messages - imageUploadSizeExceeded → const ApiErrorCause
-
KO: 업로드 가능한 이미지 최대 용량을 초과한 경우
EN: Exceeded the maximum size of images to upload - serverTimeOut → const ApiErrorCause
-
KO: 카카오 플랫폼 내부에서 요청 처리 중 타임아웃이 발생한 경우
EN: Timeout occurred during the internal processing in the server - imageMaxUploadCountExceed → const ApiErrorCause
-
KO: 업로드할 수 있는 최대 이미지 개수를 초과한 경우
EN: Exceeded the maximum number of images to upload - developerDoesNotExist → const ApiErrorCause
-
KO: 등록되지 않은 개발자의 앱키나 등록되지 않은 개발자의 앱키로 구성된 액세스 토큰으로 요청한 경우
EN: Requested with an app key of not registered developer, or an access token issued by an app key of not registered developer - underMaintenance → const ApiErrorCause
-
KO: 서비스 점검 중
EN: Under the service maintenance - unknown → const ApiErrorCause
-
KO: 알 수 없음
EN: Unknown
Properties
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.