Builder class for constructing validation results.
Add an error to the validation result.
Add a warning to the validation result.
Add multiple errors.
Add multiple warnings.
Build the final validation result.
Clear all errors and warnings.
Get current error count.
Get current warning count.
Check if there are any blocking errors.
Private
Generated using TypeDoc
Builder class for constructing validation results.