public sealed class ErrorSummary : IMessage<ErrorSummary>, IEquatable<ErrorSummary>, IDeepCloneable<ErrorSummary>, IBufferMessage, IMessageReference documentation and code samples for the Storage Transfer v1 API class ErrorSummary.
A summary of errors by error code, plus a count and sample error log entries.
Implements
IMessageErrorSummary, IEquatableErrorSummary, IDeepCloneableErrorSummary, 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 |
long |
|
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 |
RepeatedFieldErrorLogEntry |
|