failures property
- @TagNumber(2)
Rows rejected by per-row validation. All valid rows commit atomically: any other failure fails the whole RPC with a gRPC error instead.
Implementation
@$pb.TagNumber(2)
$pb.PbList<BatchRevisionFailure> get failures => $_getList(1);