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

# INSearchCallHistoryIntentResponseCode.failureAppConfigurationRequired

The user must perform additional configuration steps before searching the call history is possible.

## Declaration

```swift
case failureAppConfigurationRequired
```

## Discussion

Discussion Use this response code when your app isn’t configured to handle the search request. For example, you might return this code if the user hasn’t yet set up a calling account. Don’t use it for general errors or to force the user to launch your app.

## See Also

### Constants

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