AppsErrorCause

enum AppsErrorCause : Enum<AppsErrorCause>

AppsError의 발생 원인

Entries

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

계정에 등록되어있지 않은 배송지 ID를 파라미터로 사용하는 경우

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

계정 페이지에서 배송지 콜백으로 로그인 필요 응답을 전달하는 경우

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

API 사용에 필요한 계정 약관 동의가 되어 있지 않은 경우

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

API 호출에 필요한 scope에 동의하지 않은 경우

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

앱에 연결되지 않은 유저가 API를 호출하는 경우

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

Access Token, KPIDT, 톡세션 등으로 앱 유저 인증에 실패하는 경우

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

앱과 연결되지 않은 채널 정보로 API를 요청한 경우

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

API 호출에 사용할 수 없는 앱키 타입으로 API를 호출하는 경우

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

API 사용에 필요한 권한이 없는 경우

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

API 사용에 필요한 scope이 설정되지 않은 경우

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

API를 사용할 수 없는 앱 타입인 경우

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

채널이 추가 가능한 상태가 아닌 경우

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

채널 정보를 확인할 수 없는 경우

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

유효시간이 만료된 경우

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

잘못된 파라미터를 사용하는 경우

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

잘못된 요청을 사용하는 경우

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

내부 서버 에러가 발생하는 경우

Properties

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