Class ValidationRuleError
java.lang.Object
io.confluent.kafka.schemaregistry.rules.ValidationRuleError
-
Constructor Summary
ConstructorsConstructorDescriptionValidationRuleError(ValidationRule rule, String fieldPath, String message, Throwable cause) -
Method Summary
-
Constructor Details
-
ValidationRuleError
-
-
Method Details
-
getRule
-
getFieldPath
-
getMessage
Optional dynamic error message returned by the rule itself — non-null when the rule expression returned a non-empty string explaining the failure (e.g.x > 0 ? '' : 'x must be positive'). Null when the failure was a plainfalseor a CEL evaluation error. -
getCause
-
toString
-
equals
-
hashCode
public int hashCode()
-