EnumerationNIOCore
SocketAddressError
Special Error
that may be thrown if we fail to create a SocketAddress
.
enum SocketAddressError
Special Error
that may be thrown if we fail to create a SocketAddress
.
enum SocketAddressError
case failedToParseIPString(String)
Unable to parse a given IP string
case unixDomainSocketPathTooLong
The requested UDS path is too long.
case unknown(host: String, port: Int)
The host is unknown (could not be resolved).
case unsupported
The requested SocketAddress
is not supported.
struct FailedToParseIPByteBuffer
Unable to parse a given IP ByteBuffer