Interface Constants.Error
-
- Enclosing interface:
- Constants
public static interface Constants.ErrorException handling keys.- See Also:
- Exception handling
-
-
Field Summary
Fields Modifier and Type Field Description static StringKEY_CODEstatic StringKEY_ERRORSstatic StringKEY_ERRORS_BLOCKS_COMMITstatic StringKEY_ERRORS_DETAILSstatic StringKEY_ERRORS_LEVELstatic StringKEY_ERRORS_MESSAGEstatic StringKEY_ERRORS_PATH_IN_DATASETstatic StringKEY_ERRORS_PATH_IN_RECORDstatic StringKEY_ERRORS_ROW_INDEXstatic StringKEY_ERRORS_SEVERITYDeprecated.since 6.0.0, replaced byKEY_ERRORS_LEVEL.static StringKEY_ERRORS_USER_CODE
-
-
-
Field Detail
-
KEY_CODE
static final String KEY_CODE
- See Also:
codeJSON property, HTTP codes, Constant Field Values
-
KEY_ERRORS
static final String KEY_ERRORS
- See Also:
errorsJSON property, Constant Field Values
-
KEY_ERRORS_SEVERITY
@Deprecated static final String KEY_ERRORS_SEVERITY
Deprecated.since 6.0.0, replaced byKEY_ERRORS_LEVEL.- See Also:
- Constant Field Values
-
KEY_ERRORS_LEVEL
static final String KEY_ERRORS_LEVEL
-
KEY_ERRORS_MESSAGE
static final String KEY_ERRORS_MESSAGE
- See Also:
messageJSON property, Constant Field Values
-
KEY_ERRORS_DETAILS
static final String KEY_ERRORS_DETAILS
- See Also:
detailsJSON property, Constant Field Values
-
KEY_ERRORS_USER_CODE
static final String KEY_ERRORS_USER_CODE
- Since:
- 5.9.0
- See Also:
userCodeJSON property, Constant Field Values
-
KEY_ERRORS_PATH_IN_DATASET
static final String KEY_ERRORS_PATH_IN_DATASET
- See Also:
pathInDatasetJSON property, Constant Field Values
-
KEY_ERRORS_PATH_IN_RECORD
static final String KEY_ERRORS_PATH_IN_RECORD
- See Also:
pathInRecordJSON property, Constant Field Values
-
KEY_ERRORS_ROW_INDEX
static final String KEY_ERRORS_ROW_INDEX
- See Also:
rowIndexJSON property, Constant Field Values
-
KEY_ERRORS_BLOCKS_COMMIT
static final String KEY_ERRORS_BLOCKS_COMMIT
- Since:
- 6.0.0
- See Also:
blocksCommitJSON property, Constant Field Values
-
-