Google Cloud Logging v2 API - Class WriteLogEntriesPartialErrors (4.4.0)

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.

Inheritance

object > WriteLogEntriesPartialErrors

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

WriteLogEntriesPartialErrors()

public WriteLogEntriesPartialErrors()

WriteLogEntriesPartialErrors(WriteLogEntriesPartialErrors)

public WriteLogEntriesPartialErrors(WriteLogEntriesPartialErrors other)
Parameter
Name Description
other WriteLogEntriesPartialErrors

Properties

LogEntryErrors

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.

Property Value
Type Description
MapFieldintStatus