failures property

  1. @TagNumber(2)
PbList<BatchRevisionFailure> get failures

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);