---
title: INSetClimateSettingsInCarIntentResponseCode.failureRequiringAppLaunch
framework: intents
role: symbol
role_heading: Case
path: intents/insetclimatesettingsincarintentresponsecode/failurerequiringapplaunch
---

# INSetClimateSettingsInCarIntentResponseCode.failureRequiringAppLaunch

The user must launch your app to change the climate control 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

- [INSetClimateSettingsInCarIntentResponseCode.unspecified](intents/insetclimatesettingsincarintentresponsecode/unspecified.md)
- [INSetClimateSettingsInCarIntentResponseCode.ready](intents/insetclimatesettingsincarintentresponsecode/ready.md)
- [INSetClimateSettingsInCarIntentResponseCode.inProgress](intents/insetclimatesettingsincarintentresponsecode/inprogress.md)
- [INSetClimateSettingsInCarIntentResponseCode.success](intents/insetclimatesettingsincarintentresponsecode/success.md)
- [INSetClimateSettingsInCarIntentResponseCode.failure](intents/insetclimatesettingsincarintentresponsecode/failure.md)
