Lines Matching refs:ValidateErrorCode
317 virtual void DisallowedValue(const ValidateErrorCode code) = 0;
500 ValidateErrorCode invalidCode;
1239 static const ValueType& GetValidateErrorKeyword(ValidateErrorCode validateErrorCode) { in GetValidateErrorKeyword()
2569 ValidateErrorCode GetInvalidSchemaCode() const {
2702 ValidateErrorCode code = kValidateErrorRequired;
2728 void DisallowedValue(const ValidateErrorCode code = kValidateErrorEnum) {
3107 void AddErrorCode(ValueType& result, const ValidateErrorCode code) {
3125 void AddCurrentError(const ValidateErrorCode code, bool parent = false) {
3138 void AddNumberError(const ValidateErrorCode code, ValueType& actual, const SValue& expected,
3148 void AddErrorArray(const ValidateErrorCode code,
3243 ValidateErrorCode GetInvalidSchemaCode() const { return invalidSchemaCode_; }
3253 ValidateErrorCode invalidSchemaCode_;