AppsErrorCause enum

KO: Apps 에러 원인
EN: Cause of Apps error

Inheritance

Values

internalServerError → const AppsErrorCause

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

invalidRequest → const AppsErrorCause

KO: 잘못된 요청을 전달한 경우
EN: Passed wrong request

invalidParameter → const AppsErrorCause

KO: 잘못된 파라미터를 전달한 경우
EN: Passed wrong parameters

timeExpired → const AppsErrorCause

KO: 유효시간이 만료된 경우
EN: Validity period has expired

invalidChannel → const AppsErrorCause

KO: 카카오톡 채널 정보를 확인할 수 없는 경우
EN: Unable to check Kakoa Talk channel information

illegalStateChannel → const AppsErrorCause

KO: 카카오톡 채널이 추가 불가능 상태인 경우
EN: Kakao Talk channel in a state that cannot be added

unsupported → const AppsErrorCause

KO: 브라우저를 지원하지 않는 경우
EN: Unsupported browser

appTypeError → const AppsErrorCause

KO: 사용할 수 없는 앱 타입인 경우
EN: Unavailable app type

appScopeError → const AppsErrorCause

KO: 필요한 동의항목이 설정되지 않은 경우
EN: Required consent items are not set

permissionError → const AppsErrorCause

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

appKeyTypeError → const AppsErrorCause

KO: 잘못된 타입의 앱 키를 전달한 경우
EN: Passed wrong type app key

appChannelNotConnected → const AppsErrorCause

KO: 앱과 연결되지 않은 카카오톡 채널 정보를 전달한 경우
EN: Passed KAkao Talk channel is not connected to the app

authError → const AppsErrorCause

KO: 사용자 인증에 실패한 경우
EN: Failed user authentication

notRegisteredUser → const AppsErrorCause

KO: 앱에 연결되지 않은 사용자가 API를 호출한 경우
EN: Requested an API by users not connected to the app

invalidScope → const AppsErrorCause

KO: 필요한 동의항목이 동의 상태가 아닌 경우
EN: Required consent items are not agreed to

accountTermsError → const AppsErrorCause

KO: 필요한 서비스 약관이 동의 상태가 아닌 경우
EN: Required service terms are not agreed to

loginRequired → const AppsErrorCause

KO: 로그인이 필요한 경우
EN: Login is required

invalidShippingAddressId → const AppsErrorCause

KO: 등록되지 않은 배송지 ID를 전달한 경우
EN: Unregistered delivery ID

unknown → const AppsErrorCause

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