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-04-09 UTC."],[[["This document provides reference documentation for the `WriteLogEntriesPartialErrors` class within the Google Cloud Logging v2 API, specifically for version 4.2.0."],["The `WriteLogEntriesPartialErrors` class is used to handle error details when there is a partial success from the `WriteLogEntries` operation in Google Cloud Logging."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class contains a property called `LogEntryErrors`, which is a map that records the error status for log entries that failed to be written, keyed by their index in the original request."],["Available versions for the `WriteLogEntriesPartialErrors` range from 3.3.0 to 4.4.0, with 4.4.0 being the latest."]]],[]]