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

# INSendMessageIntentResponseCode.failureMessageServiceNotAvailable

You were unable to send the message because your message service is currently unavailable.

## Declaration

```swift
case failureMessageServiceNotAvailable
```

## Discussion

Discussion You might use this code if sending the message requires communicating with a remote server and the network is unavailable.

## 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.failure](intents/insendmessageintentresponsecode/failure.md)
- [INSendMessageIntentResponseCode.failureRequiringAppLaunch](intents/insendmessageintentresponsecode/failurerequiringapplaunch.md)
