다음을 통해 공유


CSIndexErrorCode 열거형

정의

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

알 수 없는 오류가 발생했습니다.

적용 대상