<!--
{
  "availability" : [
    "iOS: 10.0.0 - 15.0.0",
    "iPadOS: 10.0.0 - 15.0.0",
    "macCatalyst: 13.1.0 - 15.0.0",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 3.2.0 - 8.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INSearchForPhotosIntentResponseCode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INSearchForPhotosIntentResponseCode"
  },
  "title" : "INSearchForPhotosIntentResponseCode"
}
-->

# INSearchForPhotosIntentResponseCode

Constants indicating the status of the response.

```
enum INSearchForPhotosIntentResponseCode
```

## Topics

### Constants

[`INSearchForPhotosIntentResponseCode.unspecified`](/documentation/Intents/INSearchForPhotosIntentResponseCode/unspecified)

Your app doesn’t provide a specific status.

[`INSearchForPhotosIntentResponseCode.ready`](/documentation/Intents/INSearchForPhotosIntentResponseCode/ready)

You’re ready to handle the intent.

[`INSearchForPhotosIntentResponseCode.continueInApp`](/documentation/Intents/INSearchForPhotosIntentResponseCode/continueInApp)

Your extension is ready to transfer control to the app in order to display the search results.

[`INSearchForPhotosIntentResponseCode.failure`](/documentation/Intents/INSearchForPhotosIntentResponseCode/failure)

You were unable to perform the search.

[`INSearchForPhotosIntentResponseCode.failureRequiringAppLaunch`](/documentation/Intents/INSearchForPhotosIntentResponseCode/failureRequiringAppLaunch)

The user must launch your app to search their photos.

[`INSearchForPhotosIntentResponseCode.failureAppConfigurationRequired`](/documentation/Intents/INSearchForPhotosIntentResponseCode/failureAppConfigurationRequired)

The user must perform additional configuration steps before searching for photos is possible.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)