JSONDecodingError
ENUM
JSONDecodingError
Swift
1public enum JSONDecodingError: Error, LocalizedError
Cases
missingValue
Swift
1case missingValue
nullValue
Swift
1case nullValue
wrongType
Swift
1case wrongType
couldNotConvert(value:to:)
Swift
1case couldNotConvert(value: Any, to: Any.Type)
Properties
errorDescription
Swift
1public var errorDescription: String?