KCMErrorCode Constants Reference

Declared in KCMError.h

KCMErrorCode

SDK 오류 코드 정의

Definition

typedef NS_ENUM(NSInteger, KCMErrorCode ) {
   KCMErrorCodeUnknown = 1,
   KCMErrorCodeCancelled = 2,
   KCMErrorCodeOperationInProgress = 3,
   KCMErrorCodeBadResponse = 7,
   KCMErrorCodeNetwork = 8,
   KCMErrorCodeNotSupported = 10,
   KCMErrorCodeBadParameter = 11,
   KCMErrorCodeMisconfigured = 12,
   KCMErrorCodeInternal = 13,
   KCMErrorCodeIllegalState = 14,
};

Constants

KCMErrorCodeUnknown

알 수 없는 오류

Declared In KCMError.h.

KCMErrorCodeCancelled

작업이 취소 됨

Declared In KCMError.h.

KCMErrorCodeOperationInProgress

동시 작업이 지원되지 않는 API에서 다른 요청이 이미 실행중임

Declared In KCMError.h.

KCMErrorCodeBadResponse

요청에 대한 응답에 기대하는 값이 없거나 문제가 있음

Declared In KCMError.h.

KCMErrorCodeNetwork

네트워크 오류

Declared In KCMError.h.

KCMErrorCodeNotSupported

지원되지 않는 기능

Declared In KCMError.h.

KCMErrorCodeBadParameter

파라미터 이상

Declared In KCMError.h.

KCMErrorCodeMisconfigured

개발환경 설정 오류

Declared In KCMError.h.

KCMErrorCodeInternal

SDK 내부 오류

Declared In KCMError.h.

KCMErrorCodeIllegalState

작업을 실행하기에 적절하지 않은 상태

Declared In KCMError.h.

Declared In

KCMError.h