---
title: INStartAudioCallIntentResponseCode.failure
framework: intents
role: symbol
role_heading: Case
path: intents/instartaudiocallintentresponsecode/failure
---

# INStartAudioCallIntentResponseCode.failure

You were unable to initiate the call.

## Declaration

```swift
case failure
```

## Discussion

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

## See Also

### Constants

- [INStartAudioCallIntentResponseCode.unspecified](intents/instartaudiocallintentresponsecode/unspecified.md)
- [INStartAudioCallIntentResponseCode.ready](intents/instartaudiocallintentresponsecode/ready.md)
- [INStartAudioCallIntentResponseCode.continueInApp](intents/instartaudiocallintentresponsecode/continueinapp.md)
- [INStartAudioCallIntentResponseCode.failureRequiringAppLaunch](intents/instartaudiocallintentresponsecode/failurerequiringapplaunch.md)
- [INStartAudioCallIntentResponseCode.failureAppConfigurationRequired](intents/instartaudiocallintentresponsecode/failureappconfigurationrequired.md)
- [INStartAudioCallIntentResponseCode.failureCallingServiceNotAvailable](intents/instartaudiocallintentresponsecode/failurecallingservicenotavailable.md)
- [INStartAudioCallIntentResponseCode.failureContactNotSupportedByApp](intents/instartaudiocallintentresponsecode/failurecontactnotsupportedbyapp.md)
- [INStartAudioCallIntentResponseCode.failureNoValidNumber](intents/instartaudiocallintentresponsecode/failurenovalidnumber.md)
