Package apple.corespotlight.enums
Class CSIndexErrorCode
- java.lang.Object
-
- apple.corespotlight.enums.CSIndexErrorCode
-
public final class CSIndexErrorCode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longIndexingUnsupportedIndexing isn't supported on this devicestatic longIndexUnavailableErrorThe indexer was unavailablestatic longInvalidClientStateErrorThe provided clientState was not valid for some reasonstatic longInvalidItemErrorThe CSSearchableItem is invalid for some reasonstatic longQuotaExceededQuota for bundle was exceededstatic longRemoteConnectionErrorThere was an error trying to communicate with the remote processstatic longUnknownError
-
-
-
Field Detail
-
UnknownError
public static final long UnknownError
- See Also:
- Constant Field Values
-
IndexUnavailableError
public static final long IndexUnavailableError
The indexer was unavailable- See Also:
- Constant Field Values
-
InvalidItemError
public static final long InvalidItemError
The CSSearchableItem is invalid for some reason- See Also:
- Constant Field Values
-
InvalidClientStateError
public static final long InvalidClientStateError
The provided clientState was not valid for some reason- See Also:
- Constant Field Values
-
RemoteConnectionError
public static final long RemoteConnectionError
There was an error trying to communicate with the remote process- See Also:
- Constant Field Values
-
QuotaExceeded
public static final long QuotaExceeded
Quota for bundle was exceeded- See Also:
- Constant Field Values
-
IndexingUnsupported
public static final long IndexingUnsupported
Indexing isn't supported on this device- See Also:
- Constant Field Values
-
-