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

# INAddTasksIntentResponseCode.unspecified

The response didn’t specify a response code.

## Declaration

```swift
case unspecified
```

## Discussion

Discussion Don’t return this response code when handling the intent; doing so causes the device to display an error.

## See Also

### Constants

- [INAddTasksIntentResponseCode.ready](intents/inaddtasksintentresponsecode/ready.md)
- [INAddTasksIntentResponseCode.inProgress](intents/inaddtasksintentresponsecode/inprogress.md)
- [INAddTasksIntentResponseCode.success](intents/inaddtasksintentresponsecode/success.md)
- [INAddTasksIntentResponseCode.failure](intents/inaddtasksintentresponsecode/failure.md)
- [INAddTasksIntentResponseCode.failureRequiringAppLaunch](intents/inaddtasksintentresponsecode/failurerequiringapplaunch.md)
