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

# INSearchForAccountsIntentResponseCode

Constants indicating the state of the response.

```
enum INSearchForAccountsIntentResponseCode
```

## Topics

### Constants

[`case unspecified`](/documentation/Intents/INSearchForAccountsIntentResponseCode/unspecified)

The response didn’t specify a response code.

[`case ready`](/documentation/Intents/INSearchForAccountsIntentResponseCode/ready)

You are ready to handle the intent.

[`case inProgress`](/documentation/Intents/INSearchForAccountsIntentResponseCode/inProgress)

The search is still in progress.

[`case success`](/documentation/Intents/INSearchForAccountsIntentResponseCode/success)

You successfully retrieved the search results.

[`case failure`](/documentation/Intents/INSearchForAccountsIntentResponseCode/failure)

You were unable to retrieve the search results.

[`case failureNotEligible`](/documentation/Intents/INSearchForAccountsIntentResponseCode/failureNotEligible)

The request failed because a user was not eligible to perform the transaction.

[`case failureRequiringAppLaunch`](/documentation/Intents/INSearchForAccountsIntentResponseCode/failureRequiringAppLaunch)

The user must launch your app to perform the search.

[`case failureCredentialsUnverified`](/documentation/Intents/INSearchForAccountsIntentResponseCode/failureCredentialsUnverified)

You were unable to perform the search because you could not verify the user’s credentials.

[`case failureAccountNotFound`](/documentation/Intents/INSearchForAccountsIntentResponseCode/failureAccountNotFound)

The search yielded no results.

[`case failureTermsAndConditionsAcceptanceRequired`](/documentation/Intents/INSearchForAccountsIntentResponseCode/failureTermsAndConditionsAcceptanceRequired)

The search failed as the user must accept the terms and conditions.

### Initializers

[`init?(rawValue: Int)`](/documentation/Intents/INSearchForAccountsIntentResponseCode/init(rawValue:))

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)