public class ErrorConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ALREADY_EXISTS_CODE
Error codes for already exists.
|
static int |
CONNECTION_FAILED_CODE
Error codes for connect to catalog failed.
|
static int |
ILLEGAL_ARGUMENTS_CODE
Error codes for illegal arguments.
|
static int |
INTERNAL_ERROR_CODE
Error codes for internal errors.
|
static int |
NON_EMPTY_CODE
Error codes for non empty.
|
static int |
NOT_FOUND_CODE
Error codes for not found.
|
static int |
REST_ERROR_CODE
Error codes for REST responses error.
|
static int |
UNKNOWN_ERROR_CODE
Error codes for invalid state.
|
static int |
UNSUPPORTED_OPERATION_CODE
Error codes for unsupported operation.
|
public static final int REST_ERROR_CODE
public static final int ILLEGAL_ARGUMENTS_CODE
public static final int INTERNAL_ERROR_CODE
public static final int NOT_FOUND_CODE
public static final int ALREADY_EXISTS_CODE
public static final int NON_EMPTY_CODE
public static final int UNSUPPORTED_OPERATION_CODE
public static final int CONNECTION_FAILED_CODE
public static final int UNKNOWN_ERROR_CODE