---
title: INSearchForBillsIntentResponseCode.unspecified
framework: intents
role: symbol
role_heading: Case
path: intents/insearchforbillsintentresponsecode/unspecified
---

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

- [INSearchForBillsIntentResponseCode.ready](intents/insearchforbillsintentresponsecode/ready.md)
- [INSearchForBillsIntentResponseCode.inProgress](intents/insearchforbillsintentresponsecode/inprogress.md)
- [INSearchForBillsIntentResponseCode.success](intents/insearchforbillsintentresponsecode/success.md)
- [INSearchForBillsIntentResponseCode.failure](intents/insearchforbillsintentresponsecode/failure.md)
- [INSearchForBillsIntentResponseCode.failureRequiringAppLaunch](intents/insearchforbillsintentresponsecode/failurerequiringapplaunch.md)
- [INSearchForBillsIntentResponseCode.failureCredentialsUnverified](intents/insearchforbillsintentresponsecode/failurecredentialsunverified.md)
- [INSearchForBillsIntentResponseCode.failureBillNotFound](intents/insearchforbillsintentresponsecode/failurebillnotfound.md)
