HTTPClientError
public enum HTTPClientError : Swift.Error, Equatable, LocalizedErrorHTTP Error
- 
                  
                  Internal error in the request/chain handling DeclarationSwift case internalError(String)
- 
                  
                  The server responded with an error DeclarationSwift case httpError(URLError)
- 
                  
                  The connection to the server has gone bad DeclarationSwift case networkError(String)
- 
                  
                  Authentication error DeclarationSwift case authentication(Swift.Error)
- 
                  
                  Error emitted by the VAU client DeclarationSwift case vauError(Swift.Error)
- 
                  
                  Unclassified error DeclarationSwift case unknown(Swift.Error)
- 
                  
                  DeclarationSwift public static func == (lhs: HTTPClientError, rhs: HTTPClientError) -> Bool
- 
                  
                  DeclarationSwift public var errorDescription: String? { get }
 View on GitHub
            View on GitHub
           HTTPClientError Enumeration Reference
      HTTPClientError Enumeration Reference