Partager via


CSIndexErrorCode Énumération

Définition

Énumère les erreurs possibles associées à l’utilisation de Core Spotlight et à la recherche.

[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 = 
Héritage
CSIndexErrorCode
Attributs

Champs

IndexingUnsupported -1005

L’appareil ne prend pas en charge l’indexation.

IndexUnavailableError -1000

L’index n’était pas disponible.

InvalidClientStateError -1002

Le client de recherche n’était pas valide.

InvalidItemError -1001

L’élément de recherche n’était pas valide.

QuotaExceeded -1004

Le quota a été dépassé.

RemoteConnectionError -1003

Une connexion à distance a échoué.

UnknownError -1

Une erreur inconnue s’est produite.

S’applique à