AppsErrorCause enum

Inheritance
  • Object
  • Enum
  • AppsErrorCause

Constructors

AppsErrorCause()
const

Values

internalServerError → const AppsErrorCause

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

invalidRequest → const AppsErrorCause

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

invalidParameter → const AppsErrorCause

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

timeExpired → const AppsErrorCause

유효시간이 만료된 경우

invalidChannel → const AppsErrorCause

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

illegalStateChannel → const AppsErrorCause

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

unsupported → const AppsErrorCause

브라우저를 지원하지 않는 경우

appTypeError → const AppsErrorCause

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

appScopeError → const AppsErrorCause

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

permissionError → const AppsErrorCause

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

appKeyTypeError → const AppsErrorCause

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

appChannelNotConnected → const AppsErrorCause

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

authError → const AppsErrorCause

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

notRegisteredUser → const AppsErrorCause

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

invalidScope → const AppsErrorCause

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

accountTermsError → const AppsErrorCause

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

loginRequired → const AppsErrorCause

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

invalidShippingAddressId → const AppsErrorCause

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

unknown → const AppsErrorCause

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
index → int
A numeric identifier for the enumerated value.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

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.
[internalServerError, invalidRequest, invalidParameter, timeExpired, invalidChannel, illegalStateChannel, unsupported, appTypeError, appScopeError, permissionError, appKeyTypeError, appChannelNotConne…