---
title: INSearchForMessagesIntentResponseCode.failureRequiringAppLaunch
framework: intents
role: symbol
role_heading: Case
path: intents/insearchformessagesintentresponsecode/failurerequiringapplaunch
---

# INSearchForMessagesIntentResponseCode.failureRequiringAppLaunch

The user must launch your app to search their messages.

## Declaration

```swift
case failureRequiringAppLaunch
```

## Discussion

Discussion Use this response code when you cannot handle the request through Siri for a reason not covered by any other response code. For example, you might use this code if the user has not set up an account with your app. Do not use it for general errors or to force the user to launch your app.

## See Also

### Response State

- [INSearchForMessagesIntentResponseCode.unspecified](intents/insearchformessagesintentresponsecode/unspecified.md)
- [INSearchForMessagesIntentResponseCode.ready](intents/insearchformessagesintentresponsecode/ready.md)
- [INSearchForMessagesIntentResponseCode.inProgress](intents/insearchformessagesintentresponsecode/inprogress.md)
- [INSearchForMessagesIntentResponseCode.success](intents/insearchformessagesintentresponsecode/success.md)
- [INSearchForMessagesIntentResponseCode.failure](intents/insearchformessagesintentresponsecode/failure.md)
- [INSearchForMessagesIntentResponseCode.failureMessageServiceNotAvailable](intents/insearchformessagesintentresponsecode/failuremessageservicenotavailable.md)
- [INSearchForMessagesIntentResponseCode.failureMessageTooManyResults](intents/insearchformessagesintentresponsecode/failuremessagetoomanyresults.md)
