---
title: INSetTaskAttributeIntentResponseCode.failureRequiringAppLaunch
framework: intents
role: symbol
role_heading: Case
path: intents/insettaskattributeintentresponsecode/failurerequiringapplaunch
---

# INSetTaskAttributeIntentResponseCode.failureRequiringAppLaunch

The user must modify tasks from within your app.

## Declaration

```swift
case failureRequiringAppLaunch
```

## Discussion

Discussion Use this response code when you cannot modify task attributes from your Intents extension but the user can do so from your app. Do not use this code for general errors or to force the user to launch your app.

## See Also

### Constants

- [INSetTaskAttributeIntentResponseCode.unspecified](intents/insettaskattributeintentresponsecode/unspecified.md)
- [INSetTaskAttributeIntentResponseCode.ready](intents/insettaskattributeintentresponsecode/ready.md)
- [INSetTaskAttributeIntentResponseCode.inProgress](intents/insettaskattributeintentresponsecode/inprogress.md)
- [INSetTaskAttributeIntentResponseCode.success](intents/insettaskattributeintentresponsecode/success.md)
- [INSetTaskAttributeIntentResponseCode.failure](intents/insettaskattributeintentresponsecode/failure.md)
