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

# INSetTaskAttributeIntentResponseCode.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

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