---
title: INSearchForPhotosIntentResponseCode.failureAppConfigurationRequired
framework: intents
role: symbol
role_heading: Case
path: intents/insearchforphotosintentresponsecode/failureappconfigurationrequired
---

# INSearchForPhotosIntentResponseCode.failureAppConfigurationRequired

The user must perform additional configuration steps before searching for photos 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 added any photos. Don’t use it for general errors or to force the user to launch your app.

## See Also

### Constants

- [INSearchForPhotosIntentResponseCode.unspecified](intents/insearchforphotosintentresponsecode/unspecified.md)
- [INSearchForPhotosIntentResponseCode.ready](intents/insearchforphotosintentresponsecode/ready.md)
- [INSearchForPhotosIntentResponseCode.continueInApp](intents/insearchforphotosintentresponsecode/continueinapp.md)
- [INSearchForPhotosIntentResponseCode.failure](intents/insearchforphotosintentresponsecode/failure.md)
- [INSearchForPhotosIntentResponseCode.failureRequiringAppLaunch](intents/insearchforphotosintentresponsecode/failurerequiringapplaunch.md)
