<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INIntentError/intentSupportedByMultipleExtension",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "s:SC17INIntentErrorCodeLeV34intentSupportedByMultipleExtensionSoAAVvpZ"
  },
  "title" : "intentSupportedByMultipleExtension"
}
-->

# intentSupportedByMultipleExtension

An intent was supported by more than one Intents extension in the same app.

```
static var intentSupportedByMultipleExtension: INIntentError.Code { get }
```

## Discussion

An app may have multiple Intents extensions, but each one must support a unique set of intents.

---

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)