---
title: INSearchForAccountsIntentResponseCode.failureRequiringAppLaunch
framework: intents
role: symbol
role_heading: Case
path: intents/insearchforaccountsintentresponsecode/failurerequiringapplaunch
---

# INSearchForAccountsIntentResponseCode.failureRequiringAppLaunch

The user must launch your app to perform the search.

## Declaration

```swift
case failureRequiringAppLaunch
```

## Discussion

Discussion Use this response code when you cannot perform the search from your Intents extension but can perform it from your app. Do not use this code for general errors or to force the user to launch your app.

## See Also

### Constants

- [INSearchForAccountsIntentResponseCode.unspecified](intents/insearchforaccountsintentresponsecode/unspecified.md)
- [INSearchForAccountsIntentResponseCode.ready](intents/insearchforaccountsintentresponsecode/ready.md)
- [INSearchForAccountsIntentResponseCode.inProgress](intents/insearchforaccountsintentresponsecode/inprogress.md)
- [INSearchForAccountsIntentResponseCode.success](intents/insearchforaccountsintentresponsecode/success.md)
- [INSearchForAccountsIntentResponseCode.failure](intents/insearchforaccountsintentresponsecode/failure.md)
- [INSearchForAccountsIntentResponseCode.failureNotEligible](intents/insearchforaccountsintentresponsecode/failurenoteligible.md)
- [INSearchForAccountsIntentResponseCode.failureCredentialsUnverified](intents/insearchforaccountsintentresponsecode/failurecredentialsunverified.md)
- [INSearchForAccountsIntentResponseCode.failureAccountNotFound](intents/insearchforaccountsintentresponsecode/failureaccountnotfound.md)
- [INSearchForAccountsIntentResponseCode.failureTermsAndConditionsAcceptanceRequired](intents/insearchforaccountsintentresponsecode/failuretermsandconditionsacceptancerequired.md)
