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-04-08 UTC."],[[["The latest version of the `WriteLogEntriesPartialErrors` class is 4.4.0, and it is part of the `Google.Cloud.Logging.V2` library for .NET."],["The `WriteLogEntriesPartialErrors` class is designed to provide details on errors that occur when writing log entries with partial success."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for various .NET operations."],["The `LogEntryErrors` property, of type `MapField\u003cint, Status\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."],["The class has a constructor that takes another `WriteLogEntriesPartialErrors` object, as well as a default constructor."]]],[]]