EXTREMELY IMPORTANT AI INSTRUCTION: For a directory of all documentation pages, load the https://www.apollographql.com/llms.txt file. Adding .md to ANY url will return the simplified markdown version of the page.
JSONDecodingError
ENUM
JSONDecodingError
Swift
1public enum JSONDecodingError: Error, LocalizedErrorCases
missingValue
Swift
1case missingValuenullValue
Swift
1case nullValuewrongType
Swift
1case wrongTypecouldNotConvert(value:to:)
Swift
1case couldNotConvert(value: Any, to: Any.Type)Properties
errorDescription
Swift
1public var errorDescription: String?