---
title: timedOut
framework: system
role: symbol
role_heading: Type Property
path: system/errno/timedout
---

# timedOut

Operation timed out.

## Declaration

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

## Mentioned in

Adopting Swift Error Constants

## Discussion

Discussion A connect(2), connectx(2) or send(2) request failed because the connected party didn’t properly respond within the required period of time. The timeout period is dependent on the communication protocol. The corresponding C error is ETIMEDOUT.

## 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)
- [networkReset](system/errno/networkreset.md)
- [networkUnreachable](system/errno/networkunreachable.md)
- [noBufferSpace](system/errno/nobufferspace.md)
- [noRouteToHost](system/errno/noroutetohost.md)
- [notSupported](system/errno/notsupported.md)
