connectionReset

Connection reset by peer.

Errno.swift:529
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.