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.
ResponseCodeInterceptor.ResponseCodeError
ENUM
ResponseCodeInterceptor.ResponseCodeError
Swift
1public enum ResponseCodeError: Error, LocalizedErrorCases
invalidResponseCode(response:rawData:)
Swift
1case invalidResponseCode(response: HTTPURLResponse?, rawData: Data?)Properties
errorDescription
Swift
1public var errorDescription: String?