---
title: networkReset
framework: system
role: symbol
role_heading: Type Property
path: system/errno/networkreset
---

# networkReset

Network dropped connection on reset.

## Declaration

```swift
static var networkReset: Errno { get }
```

## Mentioned in

Adopting Swift Error Constants

## Discussion

Discussion The host you were connected to crashed and restarted. The corresponding C error is ENETRESET.

## See Also

### Network Errors

- [connectionAbort](system/errno/connectionabort.md)
- [connectionRefused](system/errno/connectionrefused.md)
- [connectionReset](system/errno/connectionreset.md)
- [hostIsDown](system/errno/hostisdown.md)
- [messageTooLong](system/errno/messagetoolong.md)
- [networkDown](system/errno/networkdown.md)
- [networkUnreachable](system/errno/networkunreachable.md)
- [noBufferSpace](system/errno/nobufferspace.md)
- [noRouteToHost](system/errno/noroutetohost.md)
- [notSupported](system/errno/notsupported.md)
- [timedOut](system/errno/timedout.md)
