pub fn error( path: impl AsRef<str>, message: impl Into<String>, ) -> ValidationIssue
Creates an ERROR level issue.
ERROR
Use this for validation failures that must prevent the operation from succeeding.