Instance Propertyswift-nio 2.72.0NIOPosix
dnsAAAAError
The error we encountered doing the DNS AAAA lookup, if any.
HappyEyeballs.swift:62var dnsAAAAError: Error? { get }
Other members in extension
Instance members
var connectionErrors: [SingleConnectionFailure]
The errors we encountered during the connection attempts.
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.