public class ErrorCodes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_MISSING_ERROR_CODE |
static String |
FIELD_UNRECOGNIZED_ERROR_CODE |
static String |
INVALID_METHOD_PARAMS_ERROR_CODE |
static String |
INVALID_REQUEST_BODY_ERROR_CODE |
static String |
NOT_NULL_ERROR_CODE |
static String |
NUMBER_MAX_VALUE_ERROR |
static String |
NUMBER_MIN_VALUE_ERROR |
static String |
STRING_MAX_LENGTH_ERROR_CODE |
static String |
STRING_MIN_LENGTH_ERROR_CODE |
static String |
STRING_NOT_BLANK_ERROR_CODE |
static String |
STRING_NOT_EMPTY_ERROR_CODE |
static String |
STRING_REGEX_VALIDATION_FAILED_ERROR_CODE |
public static final String NOT_NULL_ERROR_CODE
public static final String INVALID_METHOD_PARAMS_ERROR_CODE
public static final String INVALID_REQUEST_BODY_ERROR_CODE
public static final String FIELD_UNRECOGNIZED_ERROR_CODE
public static final String FIELD_MISSING_ERROR_CODE
public static final String STRING_NOT_EMPTY_ERROR_CODE
public static final String STRING_NOT_BLANK_ERROR_CODE
public static final String STRING_MIN_LENGTH_ERROR_CODE
public static final String STRING_MAX_LENGTH_ERROR_CODE
public static final String STRING_REGEX_VALIDATION_FAILED_ERROR_CODE
public static final String NUMBER_MIN_VALUE_ERROR
public static final String NUMBER_MAX_VALUE_ERROR
Copyright © 2019 CrafterCMS. All rights reserved.