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

# GKError.Code.turnBasedTooManySessions

The system can’t complete the requested operation because it exceeds the maximum number of sessions.

## Declaration

```swift
case turnBasedTooManySessions
```

## See Also

### Turn-Based Game Errors

- [GKError.Code.turnBasedMatchDataTooLarge](gamekit/gkerror/code/turnbasedmatchdatatoolarge.md)
- [GKError.Code.turnBasedInvalidParticipant](gamekit/gkerror/code/turnbasedinvalidparticipant.md)
- [GKError.Code.turnBasedInvalidTurn](gamekit/gkerror/code/turnbasedinvalidturn.md)
- [GKError.Code.turnBasedInvalidState](gamekit/gkerror/code/turnbasedinvalidstate.md)
