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

# GKError.Code.turnBasedInvalidParticipant

The system can’t complete the requested operation because the specified participant is invalid.

## Declaration

```swift
case turnBasedInvalidParticipant
```

## See Also

### Turn-Based Game Errors

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