public static class ProtocolConstants.ErrorCode extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ALREADY_EXISTS |
static int |
AUTH_ERROR |
static int |
CAS_WRITE_UNKNOWN |
static int |
CDC_WRITE_FAILURE |
static int |
CONFIG_ERROR |
static int |
FUNCTION_FAILURE |
static int |
INVALID |
static int |
IS_BOOTSTRAPPING |
static int |
OVERLOADED |
static int |
PROTOCOL_ERROR |
static int |
READ_FAILURE |
static int |
READ_TIMEOUT |
static int |
SERVER_ERROR |
static int |
SYNTAX_ERROR |
static int |
TRUNCATE_ERROR |
static int |
UNAUTHORIZED |
static int |
UNAVAILABLE |
static int |
UNPREPARED |
static int |
WRITE_FAILURE |
static int |
WRITE_TIMEOUT |
| Constructor and Description |
|---|
ErrorCode() |
public static final int SERVER_ERROR
public static final int PROTOCOL_ERROR
public static final int AUTH_ERROR
public static final int UNAVAILABLE
public static final int OVERLOADED
public static final int IS_BOOTSTRAPPING
public static final int TRUNCATE_ERROR
public static final int WRITE_TIMEOUT
public static final int READ_TIMEOUT
public static final int READ_FAILURE
public static final int FUNCTION_FAILURE
public static final int WRITE_FAILURE
public static final int CDC_WRITE_FAILURE
public static final int CAS_WRITE_UNKNOWN
public static final int SYNTAX_ERROR
public static final int UNAUTHORIZED
public static final int INVALID
public static final int CONFIG_ERROR
public static final int ALREADY_EXISTS
public static final int UNPREPARED
Copyright © 2017–2022. All rights reserved.