---
title: noHandlerProvidedForIntent
framework: intents
role: symbol
role_heading: Type Property
path: intents/inintenterror/nohandlerprovidedforintent
---

# noHandlerProvidedForIntent

## noHandlerProvidedForIntent

noHandlerProvidedForIntent Type Property of INIntentError 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.
