Optional
options: IssueTrackerOptionsAdds an error message to the issue tracker.
The error message to be added.
should the error message include the location information?
Adds a warning message to the issue tracker.
The warning message to be added.
should the warning message include the location information?
Clears all collected errors and warnings.
Gets all collected errors
Gets all collected warnings
Private
setOptional
options: IssueTrackerOptions
IssueTracker is a utility class for tracking issues (errors and warnings) during the validation process. It can throw errors or collect them for later retrieval.