INIntentErrorCode 枚举

定义

枚举与 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 = 
继承
INIntentErrorCode
属性

字段

DecodingGeneric 9000
DeletingAllInteractions 1902

尝试删除所有交互时出错。

DeletingInteractionWithGroupIdentifier 1904

尝试删除分组交互时出错。

DeletingInteractionWithIdentifiers 1903

尝试删除特定交互时出错。

DonatingInteraction 1901

捐赠交互时出错。

EncodingFailed 8001
EncodingGeneric 8000
ExtensionBringUpFailed 5001

tryig 开始与扩展通信时出错。

ExtensionLaunchingTimeout 5000

扩展超时。

ImageGeneric 6000
ImageLoadingFailed 6003
ImageNoServiceAvailable 6001
ImageProxyInvalid 6006
ImageProxyLoop 6005
ImageProxyTimeout 6007
ImageRetrievalFailed 6004
ImageScalingFailed 6009
ImageServiceFailure 6008
ImageStorageFailed 6002
IntentSupportedByMultipleExtension 2001

应用有多个扩展尝试处理同一意向。

InteractionOperationNotSupported 1900

无法捐赠或删除交互,因为设备不支持该行为。

InvalidIntentName 2004

扩展的意向与 info.plist 中提供的意向名称不匹配。

InvalidUserVocabularyFileLocation 4000

用户词汇文件不在指定位置。

MissingInformation 3002
NoAppAvailable 2005
NoHandlerProvidedForIntent 2003

info.plist 包含应用不提供扩展的意向。

PermissionDenied 6010
RequestTimedOut 3001

基础请求已用过太多时间。

RestrictedIntentsNotSupportedByExtension 2002

info.plist IntentsRestrictedWhileLocked 列表中至少有一个意向不在文件 IntentsSupported 列表中。

VoiceShortcutCreationFailed 7000
VoiceShortcutDeleteFailed 7002
VoiceShortcutGetFailed 7001

适用于