Class ErrorSummary (1.11.2)

ErrorSummary(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A summary of errors by error code, plus a count and sample error log entries.

Attributes

NameDescription
error_code google.rpc.code_pb2.Code
Required.
error_count int
Required. Count of this type of error.
error_log_entries MutableSequence[google.cloud.storage_transfer_v1.types.ErrorLogEntry]
Error samples. At most 5 error log entries are recorded for a given error code for a single transfer operation.