★ Constructor
The `ValidationError` constructor
ValidationError()
ValidationError()constructor(
problem: string,
fix: string,
id?: Id,
template = ValidationError.template
) {
super(problem, fix, id, template);
}Parameters
Example usage
Last updated