ErrorSummary(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
Required. |
error_count |
int
Required. Count of this type of error. |
error_log_entries |
MutableSequence[google.cloud.lustre_v1.types.ErrorLogEntry]
Error samples. At most 5 error log entries are recorded for a given error code for a single transfer operation. |