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 of the \u003ccode\u003eGoogle.Cloud.Logging.V2\u003c/code\u003e library is 4.4.0, with multiple previous versions available for reference, including 3.5.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eWriteLogEntriesPartialErrors\u003c/code\u003e class provides details on errors encountered during partial success of \u003ccode\u003eWriteLogEntries\u003c/code\u003e operations, and it inherits from \u003ccode\u003eObject\u003c/code\u003e and implements multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class includes a constructor \u003ccode\u003eWriteLogEntriesPartialErrors\u003c/code\u003e that takes another object of the same class as a parameter, to enable deep cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLogEntryErrors\u003c/code\u003e property of the class allows you to access the errors associated to the non written entries of a \u003ccode\u003eWriteLogEntriesRequest\u003c/code\u003e, that failed due to a permanent error.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eWriteLogEntriesPartialErrors\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.Logging.V2\u003c/code\u003e namespace, residing within the \u003ccode\u003eGoogle.Cloud.Logging.V2.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,[]]