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

# GKError.Code.turnBasedMatchDataTooLarge

The system can’t complete the requested operation because the match data is too large.

## Declaration

```swift
case turnBasedMatchDataTooLarge
```

## See Also

### Turn-Based Game Errors

- [GKError.Code.turnBasedTooManySessions](gamekit/gkerror/code/turnbasedtoomanysessions.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)
