---
title: friendListDescriptionMissing
framework: gamekit
role: symbol
role_heading: Type Property
path: gamekit/gkerror/friendlistdescriptionmissing
---

# friendListDescriptionMissing

The system denies access to the local player’s friends list because the game didn’t provide a reason.

## Declaration

```swift
static var friendListDescriptionMissing: GKError.Code { get }
```

## Discussion

Discussion If your game wants access to the player’s friends, provide a reason by adding the NSGKFriendListUsageDescription key to the information property list.

## See Also

### Error Codes

- [GKError.Code](gamekit/gkerror/code.md)
- [authenticationInProgress](gamekit/gkerror/authenticationinprogress.md)
- [cancelled](gamekit/gkerror/cancelled.md)
- [challengeInvalid](gamekit/gkerror/challengeinvalid.md)
- [communicationsFailure](gamekit/gkerror/communicationsfailure.md)
- [gameSessionRequestInvalid](gamekit/gkerror/gamesessionrequestinvalid.md)
- [gameUnrecognized](gamekit/gkerror/gameunrecognized.md)
- [invalidCredentials](gamekit/gkerror/invalidcredentials.md)
- [invalidParameter](gamekit/gkerror/invalidparameter.md)
- [invalidPlayer](gamekit/gkerror/invalidplayer.md)
- [invitationsDisabled](gamekit/gkerror/invitationsdisabled.md)
- [matchNotConnected](gamekit/gkerror/matchnotconnected.md)
- [matchRequestInvalid](gamekit/gkerror/matchrequestinvalid.md)
- [notAuthenticated](gamekit/gkerror/notauthenticated.md)
- [notSupported](gamekit/gkerror/notsupported.md)
