NetworkOperationError
public enum NetworkOperationError : Error
An error from a network operation.
-
Undocumented
Declaration
Swift
case clientError(Error) -
Undocumented
Declaration
Swift
case protocolError(Error)
View on GitHub
NetworkOperationError Enumeration Reference