---
title: INSetProfileInCarIntentResponseCode.failureRequiringAppLaunch
framework: intents
role: symbol
role_heading: Case
path: intents/insetprofileincarintentresponsecode/failurerequiringapplaunch
---

# INSetProfileInCarIntentResponseCode.failureRequiringAppLaunch

The user must launch your app to restore information from a profile.

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

- [INSetProfileInCarIntentResponseCode.unspecified](intents/insetprofileincarintentresponsecode/unspecified.md)
- [INSetProfileInCarIntentResponseCode.ready](intents/insetprofileincarintentresponsecode/ready.md)
- [INSetProfileInCarIntentResponseCode.inProgress](intents/insetprofileincarintentresponsecode/inprogress.md)
- [INSetProfileInCarIntentResponseCode.success](intents/insetprofileincarintentresponsecode/success.md)
- [INSetProfileInCarIntentResponseCode.failure](intents/insetprofileincarintentresponsecode/failure.md)
