AppsErrorCause

enum AppsErrorCause : Enum<AppsErrorCause>

Apps 에러 원인
Cause of Apps error

Entries

Link copied to clipboard

알 수 없음
Unknown

Link copied to clipboard
@SerializedName(value = "KAE206")
InvalidShippingAddressId()

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

Link copied to clipboard
@SerializedName(value = "KAE205")
LoginRequired()

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

Link copied to clipboard
@SerializedName(value = "KAE204")
AccountTermsError()

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

Link copied to clipboard
@SerializedName(value = "KAE203")
InvalidScope()

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

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

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

Link copied to clipboard
@SerializedName(value = "KAE201")
AuthError()

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

Link copied to clipboard
@SerializedName(value = "KAE105")
AppChannelNotConnected()

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

Link copied to clipboard
@SerializedName(value = "KAE104")
AppKeyTypeError()

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

Link copied to clipboard
@SerializedName(value = "KAE103")
PermissionError()

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

Link copied to clipboard
@SerializedName(value = "KAE102")
AppScopeError()

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

Link copied to clipboard
@SerializedName(value = "KAE101")
AppTypeError()

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

Link copied to clipboard
@SerializedName(value = "KAE006")
IllegalStateChannel()

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

Link copied to clipboard
@SerializedName(value = "KAE005")
InvalidChannel()

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

Link copied to clipboard
@SerializedName(value = "KAE004")
TimeExpired()

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

Link copied to clipboard
@SerializedName(value = "KAE003")
InvalidParameter()

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

Link copied to clipboard
@SerializedName(value = "KAE002")
InvalidRequest()

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

Link copied to clipboard
@SerializedName(value = "KAE001")
InternalServerError()

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

Properties

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