/
Launch Apollo Studio


ENUM

URLSessionClient.URLSessionClientError

public enum URLSessionClientError: Error, LocalizedError

Cases

noHTTPResponse(request:)

case noHTTPResponse(request: URLRequest?)

sessionBecameInvalidWithoutUnderlyingError

case sessionBecameInvalidWithoutUnderlyingError

dataForRequestNotFound(request:)

case dataForRequestNotFound(request: URLRequest?)

networkError(data:response:underlying:)

case networkError(data: Data, response: HTTPURLResponse?, underlying: Error)

Properties

errorDescription

public var errorDescription: String?
Edit on GitHub