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."],[[["\u003cp\u003eThe latest version available for \u003ccode\u003eWriteLogEntriesPartialErrors\u003c/code\u003e is 4.4.0, but this page is currently displaying information about version 3.6.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eWriteLogEntriesPartialErrors\u003c/code\u003e is a class used to handle error details when a \u003ccode\u003eWriteLogEntries\u003c/code\u003e operation has partial success.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLogEntryErrors\u003c/code\u003e property, a \u003ccode\u003eMapField\u003c/code\u003e, records error statuses for entries that failed to be written, when \u003ccode\u003epartial_success\u003c/code\u003e is true.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available, one is parameterless and the other takes another \u003ccode\u003eWriteLogEntriesPartialErrors\u003c/code\u003e instance as an argument.\u003c/p\u003e\n"]]],[],null,[]]