Type Alias: OrderingViolation
ts
type OrderingViolation = BlockingOrderingViolation | OrderingAdvisoryViolation;Defined in: src/batteries/validation/types.ts:272
Any reported ordering issue, whether blocking or informational.