Package com.couchbase.lite.internal.core
Class C4Constants.ErrorDomain
- java.lang.Object
-
- com.couchbase.lite.internal.core.C4Constants.ErrorDomain
-
- Enclosing class:
- C4Constants
public static final class C4Constants.ErrorDomain extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
FLEECE
static int
LITE_CORE
static int
MAX_ERROR_DOMAINS
static int
MBED_TLS
static int
NETWORK
static int
POSIX
static int
SQLITE
static int
UNUSED
static int
WEB_SOCKET
-
-
-
Field Detail
-
LITE_CORE
public static final int LITE_CORE
- See Also:
- Constant Field Values
-
POSIX
public static final int POSIX
- See Also:
- Constant Field Values
-
SQLITE
public static final int SQLITE
- See Also:
- Constant Field Values
-
FLEECE
public static final int FLEECE
- See Also:
- Constant Field Values
-
NETWORK
public static final int NETWORK
- See Also:
- Constant Field Values
-
WEB_SOCKET
public static final int WEB_SOCKET
- See Also:
- Constant Field Values
-
MBED_TLS
public static final int MBED_TLS
- See Also:
- Constant Field Values
-
UNUSED
public static final int UNUSED
- See Also:
- Constant Field Values
-
MAX_ERROR_DOMAINS
public static final int MAX_ERROR_DOMAINS
- See Also:
- Constant Field Values
-
-