logEntryErrors property

  1. @TagNumber.new(1)
PbMap<int, Status> get logEntryErrors

When WriteLogEntriesRequest.partial_success is true, records the error status for entries that were not written due to a permanent error, keyed by the entry's zero-based index in WriteLogEntriesRequest.entries.

Failed requests for which no entries are written will not include per-entry errors.

Implementation

@$pb.TagNumber(1)
$pb.PbMap<$core.int, $4.Status> get logEntryErrors => $_getMap(0);