The module enables the validation of rules by evaluating its code. It can return warnings
and errors, which are described by the following information: error
code, message, suggestion, and severity.
For example:
code: 'Q01'
message: 'Severity greater than 8'
suggestion: 'Raise severity'
severity: 'W'
If a validation rule is not found or cannot be evaluated, an error
notification is raised and the details are logged in the console.
For more information, see the validationRules
attribute in Template Attributes.
|