---
title: INStartCallIntentResponseCode.failure
framework: intents
role: symbol
role_heading: Case
path: intents/instartcallintentresponsecode/failure
---

# INStartCallIntentResponseCode.failure

A response code that indicates you were unable to perform the search.

## Declaration

```swift
case failure
```

## Discussion

Discussion Use this code for both transient and unrecoverable errors that prevent your app from starting the user’s call. For example, use this code if the user’s call requires accessing the network and the network is unavailable.

## See Also

### Response Code

- [INStartCallIntentResponseCode.unspecified](intents/instartcallintentresponsecode/unspecified.md)
- [INStartCallIntentResponseCode.ready](intents/instartcallintentresponsecode/ready.md)
- [INStartCallIntentResponseCode.continueInApp](intents/instartcallintentresponsecode/continueinapp.md)
- [INStartCallIntentResponseCode.userConfirmationRequired](intents/instartcallintentresponsecode/userconfirmationrequired.md)
- [INStartCallIntentResponseCode.failureRequiringAppLaunch](intents/instartcallintentresponsecode/failurerequiringapplaunch.md)
- [INStartCallIntentResponseCode.failureCallingServiceNotAvailable](intents/instartcallintentresponsecode/failurecallingservicenotavailable.md)
- [INStartCallIntentResponseCode.failureContactNotSupportedByApp](intents/instartcallintentresponsecode/failurecontactnotsupportedbyapp.md)
- [INStartCallIntentResponseCode.failureAirplaneModeEnabled](intents/instartcallintentresponsecode/failureairplanemodeenabled.md)
- [INStartCallIntentResponseCode.failureUnableToHandOff](intents/instartcallintentresponsecode/failureunabletohandoff.md)
- [INStartCallIntentResponseCode.failureAppConfigurationRequired](intents/instartcallintentresponsecode/failureappconfigurationrequired.md)
- [INStartCallIntentResponseCode.failureCallInProgress](intents/instartcallintentresponsecode/failurecallinprogress.md)
