connectionReset
Connection reset by peer.
static var connectionReset: Errno { get }
A connection was forcibly closed by a peer. This normally results from a loss of the connection on the remote socket due to a timeout or a reboot.
The corresponding C error is ECONNRESET
.