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

# GKError.Code.cancelled

The system canceled the requested operation or the user disabled it.

## Declaration

```swift
case cancelled
```

## See Also

### Communication Errors

- [GKError.Code.unknown](gamekit/gkerror/code/unknown.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.connectionTimeout](gamekit/gkerror/code/connectiontimeout.md)
- [GKError.Code.apiObsolete](gamekit/gkerror/code/apiobsolete.md)
