public final class CSIndexErrorCode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
IndexingUnsupported
Indexing isn't supported on this device
|
static long |
IndexUnavailableError
The indexer was unavailable
|
static long |
InvalidClientStateError
The provided clientState was not valid for some reason
|
static long |
InvalidItemError
The CSSearchableItem is invalid for some reason
|
static long |
QuotaExceeded
Quota for bundle was exceeded
|
static long |
RemoteConnectionError
There was an error trying to communicate with the remote process
|
static long |
UnknownError |
public static final long UnknownError
public static final long IndexUnavailableError
public static final long InvalidItemError
public static final long InvalidClientStateError
public static final long RemoteConnectionError
public static final long QuotaExceeded
public static final long IndexingUnsupported