次の方法で共有


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

拡張機能との通信を開始しようとするときにエラーが発生しました。

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 の一覧に含まれていない意図が少なくとも 1 つあります。

VoiceShortcutCreationFailed 7000
VoiceShortcutDeleteFailed 7002
VoiceShortcutGetFailed 7001

適用対象