Class FLConstants.Error
- java.lang.Object
-
- com.couchbase.lite.internal.fleece.FLConstants.Error
-
- Enclosing class:
- FLConstants
public static final class FLConstants.Error extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ENCODE_ERROR
static int
INTERNAL_ERROR
static int
INVALID_DATA
static int
JSON_ERROR
static int
MEMORY_ERROR
static int
NO_ERROR
static int
NOT_FOUND
static int
OUT_OF_RANGE
static int
UNKNOWN_VALUE
-
-
-
Field Detail
-
NO_ERROR
public static final int NO_ERROR
- See Also:
- Constant Field Values
-
MEMORY_ERROR
public static final int MEMORY_ERROR
- See Also:
- Constant Field Values
-
OUT_OF_RANGE
public static final int OUT_OF_RANGE
- See Also:
- Constant Field Values
-
INVALID_DATA
public static final int INVALID_DATA
- See Also:
- Constant Field Values
-
ENCODE_ERROR
public static final int ENCODE_ERROR
- See Also:
- Constant Field Values
-
JSON_ERROR
public static final int JSON_ERROR
- See Also:
- Constant Field Values
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUE
- See Also:
- Constant Field Values
-
INTERNAL_ERROR
public static final int INTERNAL_ERROR
- See Also:
- Constant Field Values
-
NOT_FOUND
public static final int NOT_FOUND
- See Also:
- Constant Field Values
-
-