---
title: INSetSeatSettingsInCarIntentResponseCode.failureRequiringAppLaunch
framework: intents
role: symbol
role_heading: Case
path: intents/insetseatsettingsincarintentresponsecode/failurerequiringapplaunch
---

# INSetSeatSettingsInCarIntentResponseCode.failureRequiringAppLaunch

The user must launch your app to change the seat settings.

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

- [INSetSeatSettingsInCarIntentResponseCode.unspecified](intents/insetseatsettingsincarintentresponsecode/unspecified.md)
- [INSetSeatSettingsInCarIntentResponseCode.ready](intents/insetseatsettingsincarintentresponsecode/ready.md)
- [INSetSeatSettingsInCarIntentResponseCode.inProgress](intents/insetseatsettingsincarintentresponsecode/inprogress.md)
- [INSetSeatSettingsInCarIntentResponseCode.success](intents/insetseatsettingsincarintentresponsecode/success.md)
- [INSetSeatSettingsInCarIntentResponseCode.failure](intents/insetseatsettingsincarintentresponsecode/failure.md)
