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.
GraphQLHTTPRequestError
ENUM
GraphQLHTTPRequestError
Swift
1public enum GraphQLHTTPRequestError: Error, LocalizedError, HashableAn error which has occurred during the serialization of a request.
Cases
serializedBodyMessageError
Swift
1case serializedBodyMessageErrorserializedQueryParamsMessageError
Swift
1case serializedQueryParamsMessageErrorProperties
errorDescription
Swift
1public var errorDescription: String?