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

# GKError.Code.friendListDescriptionMissing

Access to the local player’s list of friends denied for lack of a reason.

## Declaration

```swift
case friendListDescriptionMissing
```

## 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

### Friend List Errors

- [GKError.Code.friendListRestricted](gamekit/gkerror/code/friendlistrestricted.md)
- [GKError.Code.friendListDenied](gamekit/gkerror/code/friendlistdenied.md)
- [GKError.Code.friendRequestNotAvailable](gamekit/gkerror/code/friendrequestnotavailable.md)
