JSONErrorCode
public enum JSONErrorCode: Int
The NSError codes for errors returned by JSONError.toNSError().
-
Error code for
JSONError.invalidJSON.Declaration
Swift
case invalidJSON
-
Error code for
JSONError.invalidString.Declaration
Swift
case invalidString
-
Error code for
JSONError.invalidValue.Declaration
Swift
case invalidValue
-
Error code for
JSONError.missingValue.Declaration
Swift
case missingValue
-
Error code for
JSONError.unexpectedType.Declaration
Swift
case unexpectedType
View on GitHub
Install in Dash
JSONErrorCode Enum Reference