CSIndexErrorCode 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举与使用 Core Spotlight 和搜索相关的可能错误。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CSIndexErrorCode
type CSIndexErrorCode =
- 继承
-
CSIndexErrorCode
- 属性
字段
IndexingUnsupported | -1005 | 设备不支持索引编制。 |
IndexUnavailableError | -1000 | 索引不可用。 |
InvalidClientStateError | -1002 | 搜索客户端处于无效状态。 |
InvalidItemError | -1001 | 搜索项无效。 |
QuotaExceeded | -1004 | 已超出配额。 |
RemoteConnectionError | -1003 | 远程连接失败。 |
UnknownError | -1 | 发生未知错误。 |