public static final java.lang.String |
CLASS_NOT_SUPPORTED_ERROR |
"Is not supported by validation." |
public static final java.lang.String |
FLOAT_RANGE_ERROR |
"Does not conform to the following @FloatRange values:" |
public static final java.lang.String |
INT_DEF_ERROR |
"Does not conform to the following @IntDef values:" |
public static final java.lang.String |
INT_RANGE_ERROR |
"Does not conform to the following @IntRange values:" |
public static final java.lang.String |
LONG_DEF_ERROR |
"Does not conform to the following @LongDef values:" |
public static final java.lang.String |
MUST_BE_FALSE_ERROR |
"Is not false." |
public static final java.lang.String |
MUST_BE_TRUE_ERROR |
"Is not true." |
public static final java.lang.String |
NON_NULL_ERROR |
"Item is null and shouldn\'t be." |
public static final java.lang.String |
STRING_DEF_ERROR |
"Does not conform to the following @StringDef values:" |