INIntentErrorCode 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉與 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 |
VoiceShortcutCreationFailed | 7000 | |
VoiceShortcutDeleteFailed | 7002 | |
VoiceShortcutGetFailed | 7001 |