JudoErrorCategory
public enum JudoErrorCategory: Int
Mirror of the judo API Error category
- Unknown: Unknown Error Cateogry
- RequestError: Request Error Category
- ModelError: Model Error Category
- ConfigError: Config Error Category
- ProcessingError: Processing Error Category
- ExceptionError: Exception Error Category
-
Unknown
Declaration
Swift
case Unknown = 0
-
RequestError
Declaration
Swift
case RequestError = 1
-
ModelError
Declaration
Swift
case ModelError = 2
-
ConfigError
Declaration
Swift
case ConfigError = 3
-
ProcessingError
Declaration
Swift
case ProcessingError = 4
-
ExceptionError
Declaration
Swift
case ExceptionError = 5
-
String value of the receiving error cateogory
Declaration
Swift
public func stringValue() -> String
Return Value
a String representation of the receiver