Package com.couchbase.lite.internal.core
Class C4Constants.HttpError
- java.lang.Object
-
- com.couchbase.lite.internal.core.C4Constants.HttpError
-
- Enclosing class:
- C4Constants
public static final class C4Constants.HttpError extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
AUTH_REQUIRED
static int
CONFLICT
static int
ENTITY_TOO_LARGE
static int
FORBIDDEN
static int
IM_A_TEAPOT
static int
INTERNAL_SERVER_ERROR
static int
MULTIPLE_CHOICE
static int
NOT_FOUND
static int
NOT_IMPLEMENTED
static int
PROXY_AUTH_REQUIRED
static int
SERVICE_UNAVAILABLE
static int
STATUS_MAX
static int
STATUS_MIN
static int
SWITCH_PROTOCOL
-
-
-
Field Detail
-
STATUS_MIN
public static final int STATUS_MIN
- See Also:
- Constant Field Values
-
SWITCH_PROTOCOL
public static final int SWITCH_PROTOCOL
- See Also:
- Constant Field Values
-
MULTIPLE_CHOICE
public static final int MULTIPLE_CHOICE
- See Also:
- Constant Field Values
-
AUTH_REQUIRED
public static final int AUTH_REQUIRED
- See Also:
- Constant Field Values
-
FORBIDDEN
public static final int FORBIDDEN
- 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
-
PROXY_AUTH_REQUIRED
public static final int PROXY_AUTH_REQUIRED
- See Also:
- Constant Field Values
-
ENTITY_TOO_LARGE
public static final int ENTITY_TOO_LARGE
- See Also:
- Constant Field Values
-
IM_A_TEAPOT
public static final int IM_A_TEAPOT
- See Also:
- Constant Field Values
-
INTERNAL_SERVER_ERROR
public static final int INTERNAL_SERVER_ERROR
- See Also:
- Constant Field Values
-
NOT_IMPLEMENTED
public static final int NOT_IMPLEMENTED
- See Also:
- Constant Field Values
-
SERVICE_UNAVAILABLE
public static final int SERVICE_UNAVAILABLE
- See Also:
- Constant Field Values
-
STATUS_MAX
public static final int STATUS_MAX
- See Also:
- Constant Field Values
-
-