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

# INCreateTaskListIntentResponseCode.failure

You were unable to create the task list.

## Declaration

```swift
case failure
```

## Discussion

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

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