ValidationSeverity
type ValidationSeverity = "error" | "warning"Severity assigned to a ValidationError.
"error"- fails the build; reported in FlareValidationError."warning"- surfaces in build output but does not fail the build.
Learn: Build-time validation