Skip to main content

BATCHED_ERROR_CAP

Constant BATCHED_ERROR_CAP 

Source
const BATCHED_ERROR_CAP: usize = 10;
Expand description

Cap on the number of per-element failures listed in a batched vector conversion error; the remainder is summarized as "and N more".