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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `Google.Cloud.Logging.V2` library is 4.4.0, with multiple previous versions available for reference, including 3.5.0."],["The `WriteLogEntriesPartialErrors` class provides details on errors encountered during partial success of `WriteLogEntries` operations, and it inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class includes a constructor `WriteLogEntriesPartialErrors` that takes another object of the same class as a parameter, to enable deep cloning."],["The `LogEntryErrors` property of the class allows you to access the errors associated to the non written entries of a `WriteLogEntriesRequest`, that failed due to a permanent error."],["The `WriteLogEntriesPartialErrors` class is part of the `Google.Cloud.Logging.V2` namespace, residing within the `Google.Cloud.Logging.V2.dll` assembly."]]],[]]