---
title: INCreateTaskListIntentResponseCode.failureRequiringAppLaunch
framework: intents
role: symbol
role_heading: Case
path: intents/increatetasklistintentresponsecode/failurerequiringapplaunch
---

# INCreateTaskListIntentResponseCode.failureRequiringAppLaunch

The user must create the task list from within your app.

## Declaration

```swift
case failureRequiringAppLaunch
```

## Discussion

Discussion Use this response code when you can’t create the task list from your Intents extension but the user can create it in your app. Don’t use this code for general errors or to force the user to launch your app.

## See Also

### Constants

- [INCreateTaskListIntentResponseCode.unspecified](intents/increatetasklistintentresponsecode/unspecified.md)
- [INCreateTaskListIntentResponseCode.ready](intents/increatetasklistintentresponsecode/ready.md)
- [INCreateTaskListIntentResponseCode.inProgress](intents/increatetasklistintentresponsecode/inprogress.md)
- [INCreateTaskListIntentResponseCode.success](intents/increatetasklistintentresponsecode/success.md)
- [INCreateTaskListIntentResponseCode.failure](intents/increatetasklistintentresponsecode/failure.md)
