Instance Propertyswift-nio 2.84.0NIOPosix
connectionErrors
The errors we encountered during the connection attempts.
var connectionErrors: [SingleConnectionFailure] { get }
The errors we encountered during the connection attempts.
var connectionErrors: [SingleConnectionFailure] { get }
s8NIOPosix18NIOConnectionErrorV16connectionErrorsSayAA23SingleConnectionFailureVGvp
What are these?8P3QW
import NIOPosix
struct NIOConnectionError
A representation of all the errors that happened during an attempt to connect to a given host and port.
struct SingleConnectionFailure
An error that occurred during connection to a given target.
var description: String { get }
var dnsAAAAError: (any Error)? { get }
The error we encountered doing the DNS AAAA lookup, if any.
var dnsAError: (any Error)? { get }
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.