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:)) method of its INExtension object must provide a corresponding handler object.