logEntryErrors property

Map<int, Status> logEntryErrors
final

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

final Map<int, Status> logEntryErrors;