<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INStartCallIntentResponseCode/failureAppConfigurationRequired",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INStartCallIntentResponseCode@INStartCallIntentResponseCodeFailureAppConfigurationRequired"
  },
  "title" : "INStartCallIntentResponseCode.failureAppConfigurationRequired"
}
-->

# INStartCallIntentResponseCode.failureAppConfigurationRequired

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

```
case failureAppConfigurationRequired
```

## 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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)