class WriteLogEntriesPartialErrors extends Message

Error details for WriteLogEntries with partial success.

Protobuf type Google\Logging\V2\WriteLogEntriesPartialErrors

Methods

__construct()

No description

RepeatedField
getLogEntryErrors()

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.

setLogEntryErrors(array|RepeatedField $var)

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.

Details

at line 29
__construct()

at line 44
RepeatedField getLogEntryErrors()

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.

Generated from protobuf field map<int32, .google.rpc.Status> log_entry_errors = 1;

Return Value

RepeatedField

at line 59
setLogEntryErrors(array|RepeatedField $var)

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.

Generated from protobuf field map<int32, .google.rpc.Status> log_entry_errors = 1;

Parameters

array|RepeatedField $var