NetworkError
public enum NetworkError : Int, Error
Generic network error thrown by URLSession
Version
1.0.0Date
19/11/22-
NSURLErrorNotConnectedToInternet
Declaration
Swift
case connection = -1009 -
NSURLErrorTimedOut
Declaration
Swift
case timeout = -1001 -
Undocumented
Declaration
Swift
case other = 0 -
Convert an error returned by the URLSession into a NetworkError.
Declaration
Swift
public init(error: Error)Parameters
codeThe returned error.
NetworkError Enumeration Reference