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 | 알 수 없는 오류가 발생했습니다. |