NetworkError
public struct NetworkError : Error
An error returned from an http request.
-
The type of error.
Declaration
Swift
public let type: NetworkErrorType -
The response from the server, if it was successfully returned.
Declaration
Swift
public let urlResponse: HTTPURLResponse?
View on GitHub