---
title: INSearchForAccountsIntentResponseCode
framework: intents
role: symbol
role_heading: Enumeration
path: intents/insearchforaccountsintentresponsecode
---

# INSearchForAccountsIntentResponseCode

Constants indicating the state of the response.

## Declaration

```swift
enum INSearchForAccountsIntentResponseCode
```

## Topics

### Constants

- [INSearchForAccountsIntentResponseCode.unspecified](intents/insearchforaccountsintentresponsecode/unspecified.md)
- [INSearchForAccountsIntentResponseCode.ready](intents/insearchforaccountsintentresponsecode/ready.md)
- [INSearchForAccountsIntentResponseCode.inProgress](intents/insearchforaccountsintentresponsecode/inprogress.md)
- [INSearchForAccountsIntentResponseCode.success](intents/insearchforaccountsintentresponsecode/success.md)
- [INSearchForAccountsIntentResponseCode.failure](intents/insearchforaccountsintentresponsecode/failure.md)
- [INSearchForAccountsIntentResponseCode.failureNotEligible](intents/insearchforaccountsintentresponsecode/failurenoteligible.md)
- [INSearchForAccountsIntentResponseCode.failureRequiringAppLaunch](intents/insearchforaccountsintentresponsecode/failurerequiringapplaunch.md)
- [INSearchForAccountsIntentResponseCode.failureCredentialsUnverified](intents/insearchforaccountsintentresponsecode/failurecredentialsunverified.md)
- [INSearchForAccountsIntentResponseCode.failureAccountNotFound](intents/insearchforaccountsintentresponsecode/failureaccountnotfound.md)
- [INSearchForAccountsIntentResponseCode.failureTermsAndConditionsAcceptanceRequired](intents/insearchforaccountsintentresponsecode/failuretermsandconditionsacceptancerequired.md)

### Initializers

- [init(rawValue:)](intents/insearchforaccountsintentresponsecode/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting the Response Code

- [code](intents/insearchforaccountsintentresponse/code.md)
