ClientFailureReason
public enum ClientFailureReason
클라이언트 에러 종류 입니다.
-
기타 에러
Declaration
Swift
case Unknown
-
사용자의 취소 액션 등
Declaration
Swift
case Cancelled
-
API 요청에 사용할 토큰이 없음
Declaration
Swift
case TokenNotFound
-
지원되지 않는 기능
Declaration
Swift
case NotSupported
-
잘못된 파라미터
Declaration
Swift
case BadParameter
-
SDK 초기화를 하지 않음
Declaration
Swift
case MustInitAppKey
-
카카오톡 공유 템플릿 용량 초과
Declaration
Swift
case ExceedKakaoLinkSizeLimit
-
type casting 실패
Declaration
Swift
case CastingFailed
-
정상적으로 실행할 수 없는 상태
Declaration
Swift
case IllegalState