-
The host is unknown (could not be resolved).
Declaration
Swift
case unknown(host: String, port: Int)
-
The requested
SocketAddress
is not supported.Declaration
Swift
case unsupported
-
The requested UDS path is too long.
Declaration
Swift
case unixDomainSocketPathTooLong
-
Unable to parse a given IP string
Declaration
Swift
case failedToParseIPString(String)
-
Unable to parse a given IP ByteBuffer
See moreDeclaration
Swift
public struct FailedToParseIPByteBuffer : Error, Hashable