StructureNIOPosix
NIOConnectionError
A representation of all the errors that happened during an attempt to connect to a given host and port.
struct NIOConnectionError
A representation of all the errors that happened during an attempt to connect to a given host and port.
struct NIOConnectionError
var connectionErrors: [SingleConnectionFailure]
The errors we encountered during the connection attempts.
var dnsAAAAError: Error?
The error we encountered doing the DNS AAAA lookup, if any.
var dnsAError: Error?
The error we encountered doing the DNS A lookup, if any.
let host: String
The hostname SwiftNIO was trying to connect to.
let port: Int
The port SwiftNIO was trying to connect to.