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

# GKError.Code.matchNotConnected

The system can’t complete the requested operation because the match isn’t connected to other players.

## Declaration

```swift
case matchNotConnected
```

## See Also

### Matchmaking Errors

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