SwiftyJSONError
public enum SwiftyJSONError : Int, Swift.Error
Undocumented
-
Undocumented
Declaration
Swift
case unsupportedType = 999 -
Undocumented
Declaration
Swift
case indexOutOfBounds = 900 -
Undocumented
Declaration
Swift
case elementTooDeep = 902 -
Undocumented
Declaration
Swift
case wrongType = 901 -
Undocumented
Declaration
Swift
case notExist = 500 -
Undocumented
Declaration
Swift
case invalidJSON = 490
-
Declaration
Swift
public static var errorDomain: String { get } -
Declaration
Swift
public var errorCode: Int { get } -
Declaration
Swift
public var errorUserInfo: [String : Any] { get }
SwiftyJSONError Enumeration Reference