JSONError
public enum JSONError : Int, Swift.Error
extension JSONError: CustomNSError
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 }
View on GitHub