---
title: INSearchCallHistoryIntentResponseCode.failure
framework: intents
role: symbol
role_heading: Case
path: intents/insearchcallhistoryintentresponsecode/failure
---

# INSearchCallHistoryIntentResponseCode.failure

You were unable to perform the search.

## Declaration

```swift
case failure
```

## Discussion

Discussion Use this code for both transient and unrecoverable errors that would prevent your app from searching the user’s call history. For example, use this code if the user’s call history requires accessing the network and the network is unavailable.

## See Also

### Constants

- [INSearchCallHistoryIntentResponseCode.unspecified](intents/insearchcallhistoryintentresponsecode/unspecified.md)
- [INSearchCallHistoryIntentResponseCode.ready](intents/insearchcallhistoryintentresponsecode/ready.md)
- [INSearchCallHistoryIntentResponseCode.continueInApp](intents/insearchcallhistoryintentresponsecode/continueinapp.md)
- [INSearchCallHistoryIntentResponseCode.failureRequiringAppLaunch](intents/insearchcallhistoryintentresponsecode/failurerequiringapplaunch.md)
- [INSearchCallHistoryIntentResponseCode.failureAppConfigurationRequired](intents/insearchcallhistoryintentresponsecode/failureappconfigurationrequired.md)
- [INSearchCallHistoryIntentResponseCode.inProgress](intents/insearchcallhistoryintentresponsecode/inprogress.md)
- [INSearchCallHistoryIntentResponseCode.success](intents/insearchcallhistoryintentresponsecode/success.md)
