---
title: INSearchForNotebookItemsIntentResponseCode.failureRequiringAppLaunch
framework: intents
role: symbol
role_heading: Case
path: intents/insearchfornotebookitemsintentresponsecode/failurerequiringapplaunch
---

# INSearchForNotebookItemsIntentResponseCode.failureRequiringAppLaunch

The user must launch your app to perform the search and view the results.

## Declaration

```swift
case failureRequiringAppLaunch
```

## Discussion

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

## See Also

### Constants

- [INSearchForNotebookItemsIntentResponseCode.unspecified](intents/insearchfornotebookitemsintentresponsecode/unspecified.md)
- [INSearchForNotebookItemsIntentResponseCode.ready](intents/insearchfornotebookitemsintentresponsecode/ready.md)
- [INSearchForNotebookItemsIntentResponseCode.inProgress](intents/insearchfornotebookitemsintentresponsecode/inprogress.md)
- [INSearchForNotebookItemsIntentResponseCode.success](intents/insearchfornotebookitemsintentresponsecode/success.md)
- [INSearchForNotebookItemsIntentResponseCode.failure](intents/insearchfornotebookitemsintentresponsecode/failure.md)
