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
  • Enum which maps an appropiate symbol which added as prefix for each log message

    • verbose: Log type verbose
    • info: Log type info
    • debug: Log type debug

    Warning

    Log type warning
    • error: Log type error

    Declaration

    Swift

    public enum LogEvent : String