pub const MAX_VIOLATIONS: usize = 32;Expand description
Violations reported for one message before the rest are elided.
A payload built to produce one violation per element would otherwise be answered with a report as large as itself, which is a poor thing to put in a log line or an error frame.