HTTPServerError
public enum HTTPServerError : CustomNSError, LocalizedError
HTTPServerError
represents an error derives from an underlying HTTP server.
-
Thrown when multiple errors occurred while creating a new socket.
Declaration
Swift
case multipleSocketErrorOccurred([UInt16 : Error])
-
Undocumented
Declaration
Swift
case unsupportedBodyEncoding(String)
-
Declaration
Swift
public static let errorDomain: String
-
Declaration
Swift
public var errorCode: Int { get }
-
Declaration
Swift
public var errorDescription: String? { get }