---
title: GKInviteRecipientResponse.failed
framework: gamekit
role: symbol
role_heading: Case
path: gamekit/gkinviterecipientresponse/failed
---

# GKInviteRecipientResponse.failed

A response when the system fails to deliver the invitation to the player.

## Declaration

```swift
case failed
```

## See Also

### Responses

- [GKInviteRecipientResponse.accepted](gamekit/gkinviterecipientresponse/accepted.md)
- [GKInviteRecipientResponse.declined](gamekit/gkinviterecipientresponse/declined.md)
- [GKInviteRecipientResponse.incompatible](gamekit/gkinviterecipientresponse/incompatible.md)
- [GKInviteRecipientResponse.unableToConnect](gamekit/gkinviterecipientresponse/unabletoconnect.md)
- [GKInviteRecipientResponse.noAnswer](gamekit/gkinviterecipientresponse/noanswer.md)
