Enumerations
The following enumerations are available globally.
-
클라이언트 에러 종류
See moreDeclaration
Swift
public enum ClientFailureReason
-
API 서버 에러 종류
See moreDeclaration
Swift
public enum ApiFailureReason : Int, Codable
-
로그인 요청 에러 종류
See moreDeclaration
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