KLKErrorCode Constants Reference
| Declared in | KLKError.h |
|---|
KLKErrorCode
카카오링크 SDK 오류 코드 정의
Definition
typedef NS_ENUM(NSInteger, KLKErrorCode ) {
KLKErrorCodeUnknown = KCMErrorCodeUnknown,
KLKErrorCodeCancelled = KCMErrorCodeCancelled,
KLKErrorCodeOperationInProgress = KCMErrorCodeOperationInProgress,
KLKErrorCodeBadResponse = 7,
KLKErrorCodeNetwork = 8,
KLKErrorCodeHTTP = 9,
KLKErrorCodeBadParameter = KCMErrorCodeBadParameter,
KLKErrorCodeMisconfigured = KCMErrorCodeMisconfigured,
KLKErrorCodeInternal = KCMErrorCodeInternal,
KLKErrorCodeUnsupportedTalkVersion = 201,
KLKErrorCodeExceedSizeLimit = 202,
};
Constants
KLKErrorCodeUnknown-
알 수 없는 오류
Declared In
KLKError.h. KLKErrorCodeCancelled-
요청이 취소 됨
Declared In
KLKError.h. KLKErrorCodeOperationInProgress-
이전 요청이 아직 실행중이어서 작업을 진행할 수 없음
Declared In
KLKError.h. KLKErrorCodeBadResponse-
요청에 대한 응답에 기대하는 값이 없거나 문제가 있음
Declared In
KLKError.h. KLKErrorCodeNetwork-
네트워크 오류
Declared In
KLKError.h. KLKErrorCodeHTTP-
HTTP 프로토콜 오류
Declared In
KLKError.h. KLKErrorCodeBadParameter-
파라미터 이상
Declared In
KLKError.h. KLKErrorCodeMisconfigured-
개발환경 설정 오류
Declared In
KLKError.h. KLKErrorCodeInternal-
SDK 내부 오류
Declared In
KLKError.h. KLKErrorCodeUnsupportedTalkVersion-
카카오톡이 설치되지 않았거나 지원되지 않는 버전일 경우
Declared In
KLKError.h. KLKErrorCodeExceedSizeLimit-
카카오톡 메시지 요청 URL 길이 제한 초과
Declared In
KLKError.h.
Declared In
KLKError.h