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

# GKError.Code.lockdownMode

The system can’t complete the requested operation because the player enabled Lockdown Mode on the device.

## Declaration

```swift
case lockdownMode
```

## Discussion

Discussion For more information about Lockdown Mode, see About Lockdown Mode.

## See Also

### Player-Related Errors

- [GKError.Code.userDenied](gamekit/gkerror/code/userdenied.md)
- [GKError.Code.invalidCredentials](gamekit/gkerror/code/invalidcredentials.md)
- [GKError.Code.notAuthenticated](gamekit/gkerror/code/notauthenticated.md)
- [GKError.Code.authenticationInProgress](gamekit/gkerror/code/authenticationinprogress.md)
- [GKError.Code.parentalControlsBlocked](gamekit/gkerror/code/parentalcontrolsblocked.md)
- [GKError.Code.playerStatusExceedsMaximumLength](gamekit/gkerror/code/playerstatusexceedsmaximumlength.md)
- [GKError.Code.playerStatusInvalid](gamekit/gkerror/code/playerstatusinvalid.md)
- [GKError.Code.underage](gamekit/gkerror/code/underage.md)
- [GKError.Code.playerPhotoFailure](gamekit/gkerror/code/playerphotofailure.md)
- [GKError.Code.ubiquityContainerUnavailable](gamekit/gkerror/code/ubiquitycontainerunavailable.md)
- [GKError.Code.notAuthorized](gamekit/gkerror/code/notauthorized.md)
- [GKError.Code.iCloudUnavailable](gamekit/gkerror/code/icloudunavailable.md)
