---
title: INSnoozeTasksIntentResponseCode.failure
framework: intents
role: symbol
role_heading: Case
path: intents/insnoozetasksintentresponsecode/failure
---

# INSnoozeTasksIntentResponseCode.failure

A response code that indicates you were unable to snooze the task.

## Declaration

```swift
case failure
```

## Discussion

Discussion Use this response code for both transient and unrecoverable errors that prevent you from snoozing the tasks in the task list.

## See Also

### Response State

- [INSnoozeTasksIntentResponseCode.unspecified](intents/insnoozetasksintentresponsecode/unspecified.md)
- [INSnoozeTasksIntentResponseCode.ready](intents/insnoozetasksintentresponsecode/ready.md)
- [INSnoozeTasksIntentResponseCode.inProgress](intents/insnoozetasksintentresponsecode/inprogress.md)
- [INSnoozeTasksIntentResponseCode.success](intents/insnoozetasksintentresponsecode/success.md)
- [INSnoozeTasksIntentResponseCode.failureRequiringAppLaunch](intents/insnoozetasksintentresponsecode/failurerequiringapplaunch.md)
