KNVErrorCode Constants Reference
Declared in | KNVError.h |
---|
KNVErrorCode
KakaoNavi API에서 발생하는 오류 코드 정의
Definition
typedef NS_ENUM(NSInteger, KNVErrorCode ) {
KNVErrorCodeUnknown = KCMErrorCodeUnknown,
KNVErrorCodeNotSupported = KCMErrorCodeNotSupported,
KNVErrorCodeBadParameter = KCMErrorCodeBadParameter,
KNVErrorCodeMisconfigured = KCMErrorCodeMisconfigured,
KNVErrorCodeInternal = KCMErrorCodeInternal,
};
Constants
KNVErrorCodeUnknown
-
알 수 없는 오류
Declared In
KNVError.h
. KNVErrorCodeNotSupported
-
지원되는 버전의 카카오내비(3.5)가 설치되어 있지 않음
Declared In
KNVError.h
. KNVErrorCodeBadParameter
-
파라미터 이상
Declared In
KNVError.h
. KNVErrorCodeMisconfigured
-
개발환경 설정 오류
Declared In
KNVError.h
. KNVErrorCodeInternal
-
SDK 내부 오류
Declared In
KNVError.h
.
Declared In
KNVError.h