<!--
{
  "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

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

Your app doesn’t provide a specific status.

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

You’re ready to handle the intent.

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

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

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

You were unable to perform the search.

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

The user must launch your app to search their photos.

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

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

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

---

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)