Skip to content

FlareValidationError

class FlareValidationError extends Error

Error 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.

new FlareValidationError(errors)

new FlareValidationError(errors: ValidationError[]): FlareValidationError

errors ValidationError[]

errors: ValidationError[]

Validation entries with severity: "error" from the failed build.

Learn: Build-time validation

Last updated: