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.
URLSessionClient.URLSessionClientError
ENUM
URLSessionClient.URLSessionClientError
Swift
1public enum URLSessionClientError: Error, LocalizedErrorCases
noHTTPResponse(request:)
Swift
1case noHTTPResponse(request: URLRequest?)sessionBecameInvalidWithoutUnderlyingError
Swift
1case sessionBecameInvalidWithoutUnderlyingErrordataForRequestNotFound(request:)
Swift
1case dataForRequestNotFound(request: URLRequest?)networkError(data:response:underlying:)
Swift
1case networkError(data: Data, response: HTTPURLResponse?, underlying: Error)sessionInvalidated
Swift
1case sessionInvalidatedProperties
errorDescription
Swift
1public var errorDescription: String?