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

# INStartCallIntentResponseCode.failureAppConfigurationRequired

A response code that indicates the user must perform additional configuration steps before creating a call is possible.

## Declaration

```swift
case failureAppConfigurationRequired
```

## Discussion

Discussion Use this response code when your app isn’t configured to handle the start call request. For example, return this code if the user hasn’t yet set up a calling account. Don’t use it for general errors or to force the user to launch your app.

## 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.failure](intents/instartcallintentresponsecode/failure.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.failureCallInProgress](intents/instartcallintentresponsecode/failurecallinprogress.md)
