---
title: INSearchCallHistoryIntentResponseCode.failureRequiringAppLaunch
framework: intents
role: symbol
role_heading: Case
path: intents/insearchcallhistoryintentresponsecode/failurerequiringapplaunch
---

# INSearchCallHistoryIntentResponseCode.failureRequiringAppLaunch

The user must launch your app to search their call history.

## Declaration

```swift
case failureRequiringAppLaunch
```

## Discussion

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

## See Also

### Constants

- [INSearchCallHistoryIntentResponseCode.unspecified](intents/insearchcallhistoryintentresponsecode/unspecified.md)
- [INSearchCallHistoryIntentResponseCode.ready](intents/insearchcallhistoryintentresponsecode/ready.md)
- [INSearchCallHistoryIntentResponseCode.continueInApp](intents/insearchcallhistoryintentresponsecode/continueinapp.md)
- [INSearchCallHistoryIntentResponseCode.failure](intents/insearchcallhistoryintentresponsecode/failure.md)
- [INSearchCallHistoryIntentResponseCode.failureAppConfigurationRequired](intents/insearchcallhistoryintentresponsecode/failureappconfigurationrequired.md)
- [INSearchCallHistoryIntentResponseCode.inProgress](intents/insearchcallhistoryintentresponsecode/inprogress.md)
- [INSearchCallHistoryIntentResponseCode.success](intents/insearchcallhistoryintentresponsecode/success.md)
