Contents

connectionReset

Connection reset by peer.

Declaration

static var connectionReset: Errno { get }

Mentioned in

Discussion

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.

See Also

Network Errors