---
title: INSearchForAccountsIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/insearchforaccountsintentresponsecode/ready
---

# INSearchForAccountsIntentResponseCode.ready

You are ready to handle the intent.

## Declaration

```swift
case ready
```

## Discussion

Discussion Return this response code during the confirmation phase after you have verified that you are able to perform the search. Don’t return this response code when handling the intent; doing so causes the device to display an error.

## See Also

### Constants

- [INSearchForAccountsIntentResponseCode.unspecified](intents/insearchforaccountsintentresponsecode/unspecified.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)
