<!--
{
  "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/noHandlerProvidedForIntent",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "s:SC17INIntentErrorCodeLeV26noHandlerProvidedForIntentSoAAVvpZ"
  },
  "title" : "noHandlerProvidedForIntent"
}
-->

# noHandlerProvidedForIntent

No object was provided to handle the specified intent.

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

## Discussion

If your extension declares support for an intent in its `Info.plist` file, the [`handler(for:)`](/documentation/Intents/INIntentHandlerProviding/handler(for:)) method of its [`INExtension`](/documentation/Intents/INExtension) object must provide a corresponding handler object.

---

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)