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.
JSONResponseParsingInterceptor.JSONResponseParsingError
ENUM
JSONResponseParsingInterceptor.JSONResponseParsingError
Swift
1public enum JSONResponseParsingError: Error, LocalizedErrorCases
noResponseToParse
Swift
1case noResponseToParsecouldNotParseToJSON(data:)
Swift
1case couldNotParseToJSON(data: Data)Properties
errorDescription
Swift
1public var errorDescription: String?