SwiftyJSONError - linhay/Stem GitHub Wiki
SwiftyJSONError
public enum SwiftyJSONError
Inheritance
CustomNSError, Int, Swift.Error
Enumeration Cases
unsupportedType
case unsupportedType
indexOutOfBounds
case indexOutOfBounds
elementTooDeep
case elementTooDeep
wrongType
case wrongType
notExist
case notExist
invalidJSON
case invalidJSON
Properties
errorDomain
return the error domain of SwiftyJSONError
var errorDomain: String
errorCode
return the error code of SwiftyJSONError
var errorCode: Int
errorUserInfo
return the userInfo of SwiftyJSONError
var errorUserInfo: [String: Any]