---
title: INDeleteTasksIntentResponseCode.failureRequiringAppLaunch
framework: intents
role: symbol
role_heading: Case
path: intents/indeletetasksintentresponsecode/failurerequiringapplaunch
---

# INDeleteTasksIntentResponseCode.failureRequiringAppLaunch

A response code that indicates the user must launch your app to delete the tasks.

## Declaration

```swift
case failureRequiringAppLaunch
```

## Discussion

Discussion Use this response code when you can’t delete 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

### Response state

- [INDeleteTasksIntentResponseCode.unspecified](intents/indeletetasksintentresponsecode/unspecified.md)
- [INDeleteTasksIntentResponseCode.ready](intents/indeletetasksintentresponsecode/ready.md)
- [INDeleteTasksIntentResponseCode.inProgress](intents/indeletetasksintentresponsecode/inprogress.md)
- [INDeleteTasksIntentResponseCode.success](intents/indeletetasksintentresponsecode/success.md)
- [INDeleteTasksIntentResponseCode.failure](intents/indeletetasksintentresponsecode/failure.md)
