---
title: GKError.Code.connectionTimeout
framework: gamekit
role: symbol
role_heading: Case
path: gamekit/gkerror/code/connectiontimeout
---

# GKError.Code.connectionTimeout

The system can’t complete the requested operation because the connection timed out.

## Declaration

```swift
case connectionTimeout
```

## See Also

### Communication Errors

- [GKError.Code.unknown](gamekit/gkerror/code/unknown.md)
- [GKError.Code.cancelled](gamekit/gkerror/code/cancelled.md)
- [GKError.Code.communicationsFailure](gamekit/gkerror/code/communicationsfailure.md)
- [GKError.Code.invalidPlayer](gamekit/gkerror/code/invalidplayer.md)
- [GKError.Code.invalidParameter](gamekit/gkerror/code/invalidparameter.md)
- [GKError.Code.gameSessionRequestInvalid](gamekit/gkerror/code/gamesessionrequestinvalid.md)
- [GKError.Code.apiNotAvailable](gamekit/gkerror/code/apinotavailable.md)
- [GKError.Code.apiObsolete](gamekit/gkerror/code/apiobsolete.md)
