An error that occurred during connection to a given target.
struct SingleConnectionFailure
s8NIOPosix23SingleConnectionFailureV
9MHJP
import NIOPosix
protocol Sendable
let error: Error
The error we encountered.
let target: SocketAddress
The target we were trying to connect to when we encountered the error.