public sealed class ErrorSummary : IMessage<ErrorSummary>, IEquatable<ErrorSummary>, IDeepCloneable<ErrorSummary>, IBufferMessage, IMessage
A summary of errors by error code, plus a count and sample error log entries.
Implements
IMessage<ErrorSummary>, IEquatable<ErrorSummary>, IDeepCloneable<ErrorSummary>, IBufferMessage, IMessageNamespace
Google.Cloud.StorageTransfer.V1Assembly
Google.Cloud.StorageTransfer.V1.dll
Constructors
ErrorSummary()
public ErrorSummary()
ErrorSummary(ErrorSummary)
public ErrorSummary(ErrorSummary other)
Parameter | |
---|---|
Name | Description |
other | ErrorSummary |
Properties
ErrorCode
public Code ErrorCode { get; set; }
Required.
Property Value | |
---|---|
Type | Description |
Code |
ErrorCount
public long ErrorCount { get; set; }
Required. Count of this type of error.
Property Value | |
---|---|
Type | Description |
Int64 |
ErrorLogEntries
public RepeatedField<ErrorLogEntry> ErrorLogEntries { get; }
Error samples.
At most 5 error log entries are recorded for a given error code for a single transfer operation.
Property Value | |
---|---|
Type | Description |
RepeatedField<ErrorLogEntry> |