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\u003eWriteLogEntriesPartialErrors\u003c/code\u003e class is 4.4.0, and it is part of the \u003ccode\u003eGoogle.Cloud.Logging.V2\u003c/code\u003e library for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eWriteLogEntriesPartialErrors\u003c/code\u003e class is designed to provide details on errors that occur when writing log entries with partial success.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, making it versatile for various .NET operations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLogEntryErrors\u003c/code\u003e property, of type \u003ccode\u003eMapField<int, Status>\u003c/code\u003e, allows for recording the error status of individual log entries that were not written due to a permanent error, using the entry's index as the key.\u003c/p\u003e\n"],["\u003cp\u003eThe class has a constructor that takes another \u003ccode\u003eWriteLogEntriesPartialErrors\u003c/code\u003e object, as well as a default constructor.\u003c/p\u003e\n"]]],[],null,[]]