public sealed class WriteLogEntriesPartialErrors : IMessage<WriteLogEntriesPartialErrors>, IEquatable<WriteLogEntriesPartialErrors>, IDeepCloneable<WriteLogEntriesPartialErrors>, IBufferMessage, IMessage
Error details for WriteLogEntries with partial success.
public MapField<int, Status> LogEntryErrors { get; }
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `WriteLogEntriesPartialErrors` class provides error details for situations where `WriteLogEntries` requests experience partial success."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which support different data management and comparison functionality."],["It has two constructors: a default constructor and another constructor that allows creating an instance based on an existing `WriteLogEntriesPartialErrors` object."],["The `LogEntryErrors` property of type `MapField\u003cint, Status\u003e` stores the error status for individual log entries that failed to be written, indexed by their position in the original request."],["The most recent version available in this document is version 4.4.0, while the currently described class belongs to version 4.0.0."]]],[]]