Enumerations

The following enumerations are available globally.

  • 카카오 SDK를 사용하면서 발생하는 모든 에러를 나타냅니다.

    See more

    Declaration

    Swift

    public enum SdkError : Error
  • 클라이언트 에러 종류 입니다.

    See more

    Declaration

    Swift

    public enum ClientFailureReason
  • API 서버 에러 종류 입니다.

    See more

    Declaration

    Swift

    public enum ApiFailureReason : Int, Codable
  • 로그인 요청 에러 종류 입니다.

    See more

    Declaration

    Swift

    public enum AuthFailureReason : String, Codable