---
title: INSendMessageIntentResponseCode.failure
framework: intents
role: symbol
role_heading: Case
path: intents/insendmessageintentresponsecode/failure
---

# INSendMessageIntentResponseCode.failure

You are unable to send the message.

## Declaration

```swift
case failure
```

## Discussion

Discussion Use this code for both transient and unrecoverable errors that would prevent you from sending the message.

## See Also

### Response State

- [INSendMessageIntentResponseCode.unspecified](intents/insendmessageintentresponsecode/unspecified.md)
- [INSendMessageIntentResponseCode.ready](intents/insendmessageintentresponsecode/ready.md)
- [INSendMessageIntentResponseCode.inProgress](intents/insendmessageintentresponsecode/inprogress.md)
- [INSendMessageIntentResponseCode.success](intents/insendmessageintentresponsecode/success.md)
- [INSendMessageIntentResponseCode.failureRequiringAppLaunch](intents/insendmessageintentresponsecode/failurerequiringapplaunch.md)
- [INSendMessageIntentResponseCode.failureMessageServiceNotAvailable](intents/insendmessageintentresponsecode/failuremessageservicenotavailable.md)
