public sealed class WriteLogEntriesPartialErrors : IMessage<WriteLogEntriesPartialErrors>, IEquatable<WriteLogEntriesPartialErrors>, IDeepCloneable<WriteLogEntriesPartialErrors>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class WriteLogEntriesPartialErrors.
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."],[[["This webpage provides reference documentation for the `WriteLogEntriesPartialErrors` class within the Google Cloud Logging v2 API for .NET."],["The `WriteLogEntriesPartialErrors` class is used to provide details about errors that occur when there is partial success in writing log entries, inheriting from `object` and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this class is 4.4.0, and the page lists versions ranging back to 3.3.0, providing links to documentation for each."],["The class includes a `LogEntryErrors` property, which is a `MapField` that, when `WriteLogEntriesRequest.partial_success` is true, will record error statuses for entries that were not written due to permanent errors, keyed by their zero-based index."],["Constructors for the class include a default constructor and one that takes another `WriteLogEntriesPartialErrors` object as a parameter."]]],[]]