FlareValidationError
class FlareValidationError extends ErrorError thrown by FlareHost.build when one or more validators report
severity: "error" entries.
Carries the validation entries with severity: "error" that caused the build to fail.
How you get one
Section titled “How you get one”new FlareValidationError(errors)
Constructor
Section titled “Constructor”new FlareValidationError(errors: ValidationError[]): FlareValidationErrorerrors ValidationError[]
Properties
Section titled “Properties”errors
Section titled “errors”errors: ValidationError[]Validation entries with severity: "error" from the failed build.
Learn: Build-time validation