---
title: INSearchForMediaIntentResponseCode.failureRequiringAppLaunch
framework: intents
role: symbol
role_heading: Case
path: intents/insearchformediaintentresponsecode/failurerequiringapplaunch
---

# INSearchForMediaIntentResponseCode.failureRequiringAppLaunch

The user needs to launch your app to search for the media.

## 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

### Response Code

- [INSearchForMediaIntentResponseCode.unspecified](intents/insearchformediaintentresponsecode/unspecified.md)
- [INSearchForMediaIntentResponseCode.ready](intents/insearchformediaintentresponsecode/ready.md)
- [INSearchForMediaIntentResponseCode.continueInApp](intents/insearchformediaintentresponsecode/continueinapp.md)
- [INSearchForMediaIntentResponseCode.inProgress](intents/insearchformediaintentresponsecode/inprogress.md)
- [INSearchForMediaIntentResponseCode.success](intents/insearchformediaintentresponsecode/success.md)
- [INSearchForMediaIntentResponseCode.failure](intents/insearchformediaintentresponsecode/failure.md)
