INIntentErrorCode Enum

Definition

Enumerates errors associated with Intents / SiriKit.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 0, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INIntentErrorCode
type INIntentErrorCode = 
Inheritance
INIntentErrorCode
Attributes

Fields

Name Value Description
InteractionOperationNotSupported 1900

The interaction could not be donated or deleted because the device does not support the behavior.

DonatingInteraction 1901

An error occurred while donating an interaction.

DeletingAllInteractions 1902

An error occurred when attempting to delete all interactions.

DeletingInteractionWithIdentifiers 1903

An error occurred when attempting to delete specific interactions.

DeletingInteractionWithGroupIdentifier 1904

An error occurred when attempting to delete grouped interactions.

IntentSupportedByMultipleExtension 2001

The app has multiple extensions attempting to handle the same intent.

RestrictedIntentsNotSupportedByExtension 2002

There is at least one intent in the info.plist IntentsRestrictedWhileLocked list that is not in the file's IntentsSupported list.

NoHandlerProvidedForIntent 2003

The info.plist contains intents for which the app does not provide an extension.

InvalidIntentName 2004

The extension's intent does not match the intent names provided in info.plist.

NoAppAvailable 2005
RequestTimedOut 3001

Too much time has elapsed for the underlying request.

MissingInformation 3002
InvalidUserVocabularyFileLocation 4000

The user vocabulary file is not at the specified location.

ExtensionLaunchingTimeout 5000

The extension timed out.

ExtensionBringUpFailed 5001

An error occurred while tryig to start communication with an extension.

ImageGeneric 6000
ImageNoServiceAvailable 6001
ImageStorageFailed 6002
ImageLoadingFailed 6003
ImageRetrievalFailed 6004
ImageProxyLoop 6005
ImageProxyInvalid 6006
ImageProxyTimeout 6007
ImageServiceFailure 6008
ImageScalingFailed 6009
PermissionDenied 6010
VoiceShortcutCreationFailed 7000
VoiceShortcutGetFailed 7001
VoiceShortcutDeleteFailed 7002
EncodingGeneric 8000
EncodingFailed 8001
DecodingGeneric 9000

Applies to