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

# INAddTasksIntentResponseCode.failure

You were unable to add the tasks to the task list.

## Declaration

```swift
case failure
```

## Discussion

Discussion Use this response code for both transient and unrecoverable errors that prevented you from adding the tasks to the task list.

## 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.failureRequiringAppLaunch](intents/inaddtasksintentresponsecode/failurerequiringapplaunch.md)
