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

# GKError.Code.invitationsDisabled

The system can’t complete the requested operation because the receiving player has disabled invitations.

## Declaration

```swift
case invitationsDisabled
```

## See Also

### Matchmaking Errors

- [GKError.Code.matchRequestInvalid](gamekit/gkerror/code/matchrequestinvalid.md)
- [GKError.Code.unexpectedConnection](gamekit/gkerror/code/unexpectedconnection.md)
- [GKError.Code.matchNotConnected](gamekit/gkerror/code/matchnotconnected.md)
- [GKError.Code.restrictedToAutomatch](gamekit/gkerror/code/restrictedtoautomatch.md)
