---
title: INAddTasksIntentResponseCode.failureRequiringAppLaunch
framework: intents
role: symbol
role_heading: Case
path: intents/inaddtasksintentresponsecode/failurerequiringapplaunch
---

# INAddTasksIntentResponseCode.failureRequiringAppLaunch

The user must add the tasks from within your app.

## Declaration

```swift
case failureRequiringAppLaunch
```

## Discussion

Discussion Use this response code when you can’t add the tasks from your Intents extension but the user can do so from your app. Don’t use this code for general errors or to force the user to launch your app.

## See Also

### Constants

- [INAddTasksIntentResponseCode.unspecified](intents/inaddtasksintentresponsecode/unspecified.md)
- [INAddTasksIntentResponseCode.ready](intents/inaddtasksintentresponsecode/ready.md)
- [INAddTasksIntentResponseCode.inProgress](intents/inaddtasksintentresponsecode/inprogress.md)
- [INAddTasksIntentResponseCode.success](intents/inaddtasksintentresponsecode/success.md)
- [INAddTasksIntentResponseCode.failure](intents/inaddtasksintentresponsecode/failure.md)
