---
title: INSetRadioStationIntentResponseCode.failureRequiringAppLaunch
framework: intents
role: symbol
role_heading: Case
path: intents/insetradiostationintentresponsecode/failurerequiringapplaunch
---

# INSetRadioStationIntentResponseCode.failureRequiringAppLaunch

The user must launch your app to change the radio station.

## Declaration

```swift
case failureRequiringAppLaunch
```

## Discussion

Discussion Use this response code when you can’t handle the request through Siri for a reason not covered by any other response code. Don’t use it for general errors or to force the user to launch your app.

## See Also

### Constants

- [INSetRadioStationIntentResponseCode.unspecified](intents/insetradiostationintentresponsecode/unspecified.md)
- [INSetRadioStationIntentResponseCode.ready](intents/insetradiostationintentresponsecode/ready.md)
- [INSetRadioStationIntentResponseCode.inProgress](intents/insetradiostationintentresponsecode/inprogress.md)
- [INSetRadioStationIntentResponseCode.success](intents/insetradiostationintentresponsecode/success.md)
- [INSetRadioStationIntentResponseCode.failure](intents/insetradiostationintentresponsecode/failure.md)
- [INSetRadioStationIntentResponseCode.failureNotSubscribed](intents/insetradiostationintentresponsecode/failurenotsubscribed.md)
