Package com.couchbase.lite.internal.core
Class C4Constants.LiteCoreError
- java.lang.Object
-
- com.couchbase.lite.internal.core.C4Constants.LiteCoreError
-
- Enclosing class:
- C4Constants
public static final class C4Constants.LiteCoreError extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ASSERTION_FAILED
static int
BAD_DOC_ID
static int
BAD_REVISION_ID
static int
BUSY
static int
CANT_OPEN_FILE
static int
CANT_UPGRADE_DATABASE
static int
CONFLICT
static int
CORRUPT_DATA
static int
CORRUPT_DELTA
static int
CORRUPT_REVISION_DATA
static int
CRYPTO
static int
DATABASE_TOO_NEW
static int
DATABASE_TOO_OLD
static int
DELTA_BASE_UNKNOWN
static int
INVALID_PARAMETER
static int
INVALID_QUERY
static int
INVALID_QUERY_PARAM
static int
IO_ERROR
static int
MAX_ERROR_CODES
static int
MEMORY_ERROR
static int
MISSING_INDEX
static int
NOT_A_DATABASE_FILE
static int
NOT_FOUND
static int
NOT_IN_TRANSACTION
static int
NOT_OPEN
static int
NOT_WRITABLE
static int
REMOTE_ERROR
static int
SUCCESS
static int
TRANSACTION_NOT_CLOSED
static int
UNEXPECTED_ERROR
static int
UNIMPLEMENTED
static int
UNSUPPORTED
static int
UNSUPPORTED_ENCRYPTION
static int
UNUSED
static int
WRONG_FORMAT
-
-
-
Field Detail
-
SUCCESS
public static final int SUCCESS
- See Also:
- Constant Field Values
-
ASSERTION_FAILED
public static final int ASSERTION_FAILED
- See Also:
- Constant Field Values
-
UNIMPLEMENTED
public static final int UNIMPLEMENTED
- See Also:
- Constant Field Values
-
UNSUPPORTED_ENCRYPTION
public static final int UNSUPPORTED_ENCRYPTION
- See Also:
- Constant Field Values
-
BAD_REVISION_ID
public static final int BAD_REVISION_ID
- See Also:
- Constant Field Values
-
CORRUPT_REVISION_DATA
public static final int CORRUPT_REVISION_DATA
- See Also:
- Constant Field Values
-
NOT_OPEN
public static final int NOT_OPEN
- See Also:
- Constant Field Values
-
NOT_FOUND
public static final int NOT_FOUND
- See Also:
- Constant Field Values
-
CONFLICT
public static final int CONFLICT
- See Also:
- Constant Field Values
-
INVALID_PARAMETER
public static final int INVALID_PARAMETER
- See Also:
- Constant Field Values
-
UNEXPECTED_ERROR
public static final int UNEXPECTED_ERROR
- See Also:
- Constant Field Values
-
CANT_OPEN_FILE
public static final int CANT_OPEN_FILE
- See Also:
- Constant Field Values
-
IO_ERROR
public static final int IO_ERROR
- See Also:
- Constant Field Values
-
MEMORY_ERROR
public static final int MEMORY_ERROR
- See Also:
- Constant Field Values
-
NOT_WRITABLE
public static final int NOT_WRITABLE
- See Also:
- Constant Field Values
-
CORRUPT_DATA
public static final int CORRUPT_DATA
- See Also:
- Constant Field Values
-
BUSY
public static final int BUSY
- See Also:
- Constant Field Values
-
NOT_IN_TRANSACTION
public static final int NOT_IN_TRANSACTION
- See Also:
- Constant Field Values
-
TRANSACTION_NOT_CLOSED
public static final int TRANSACTION_NOT_CLOSED
- See Also:
- Constant Field Values
-
UNSUPPORTED
public static final int UNSUPPORTED
- See Also:
- Constant Field Values
-
NOT_A_DATABASE_FILE
public static final int NOT_A_DATABASE_FILE
- See Also:
- Constant Field Values
-
WRONG_FORMAT
public static final int WRONG_FORMAT
- See Also:
- Constant Field Values
-
CRYPTO
public static final int CRYPTO
- See Also:
- Constant Field Values
-
INVALID_QUERY
public static final int INVALID_QUERY
- See Also:
- Constant Field Values
-
MISSING_INDEX
public static final int MISSING_INDEX
- See Also:
- Constant Field Values
-
INVALID_QUERY_PARAM
public static final int INVALID_QUERY_PARAM
- See Also:
- Constant Field Values
-
REMOTE_ERROR
public static final int REMOTE_ERROR
- See Also:
- Constant Field Values
-
DATABASE_TOO_OLD
public static final int DATABASE_TOO_OLD
- See Also:
- Constant Field Values
-
DATABASE_TOO_NEW
public static final int DATABASE_TOO_NEW
- See Also:
- Constant Field Values
-
BAD_DOC_ID
public static final int BAD_DOC_ID
- See Also:
- Constant Field Values
-
CANT_UPGRADE_DATABASE
public static final int CANT_UPGRADE_DATABASE
- See Also:
- Constant Field Values
-
DELTA_BASE_UNKNOWN
public static final int DELTA_BASE_UNKNOWN
- See Also:
- Constant Field Values
-
CORRUPT_DELTA
public static final int CORRUPT_DELTA
- See Also:
- Constant Field Values
-
UNUSED
public static final int UNUSED
- See Also:
- Constant Field Values
-
MAX_ERROR_CODES
public static final int MAX_ERROR_CODES
- See Also:
- Constant Field Values
-
-