Class TransferErrorSummary (0.4.0)

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

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

Attributes

Name Description
error_code google.rpc.code_pb2.Code
One of the error codes that caused the transfer failure.
error_count int
Count of this type of error.
error_log_entries MutableSequence[google.cloud.parallelstore_v1beta.types.TransferErrorLogEntry]
A list of messages that carry the error details.