---
title: INSaveProfileInCarIntentResponseCode.failureRequiringAppLaunch
framework: intents
role: symbol
role_heading: Case
path: intents/insaveprofileincarintentresponsecode/failurerequiringapplaunch
---

# INSaveProfileInCarIntentResponseCode.failureRequiringAppLaunch

The user must launch your app to save information to 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

- [INSaveProfileInCarIntentResponseCode.unspecified](intents/insaveprofileincarintentresponsecode/unspecified.md)
- [INSaveProfileInCarIntentResponseCode.ready](intents/insaveprofileincarintentresponsecode/ready.md)
- [INSaveProfileInCarIntentResponseCode.inProgress](intents/insaveprofileincarintentresponsecode/inprogress.md)
- [INSaveProfileInCarIntentResponseCode.success](intents/insaveprofileincarintentresponsecode/success.md)
- [INSaveProfileInCarIntentResponseCode.failure](intents/insaveprofileincarintentresponsecode/failure.md)
