NetworkRetryOperationError
public enum NetworkRetryOperationError : LocalizedError
NetworkRetryOperation errors
- timeout: timeout
- reachabilityError: SCNetworkReachability returned error
-
Undocumented
Declaration
Swift
case timeout -
Undocumented
Declaration
Swift
case reachabilityError -
Human-readable localized description
Declaration
Swift
public var errorDescription: String? { get }
NetworkRetryOperationError Enumeration Reference