public sealed class TransferErrorSummary : IMessage<TransferErrorSummary>, IEquatable<TransferErrorSummary>, IDeepCloneable<TransferErrorSummary>, IBufferMessage, IMessage
Reference documentation and code samples for the Parallelstore v1 API class TransferErrorSummary.
A summary of errors by error code, plus a count and sample error log entries.
Implements
IMessageTransferErrorSummary, IEquatableTransferErrorSummary, IDeepCloneableTransferErrorSummary, IBufferMessage, IMessageNamespace
Google.Cloud.Parallelstore.V1Assembly
Google.Cloud.Parallelstore.V1.dll
Constructors
TransferErrorSummary()
public TransferErrorSummary()
TransferErrorSummary(TransferErrorSummary)
public TransferErrorSummary(TransferErrorSummary other)
Parameter | |
---|---|
Name | Description |
other |
TransferErrorSummary |
Properties
ErrorCode
public Code ErrorCode { get; set; }
One of the error codes that caused the transfer failure.
Property Value | |
---|---|
Type | Description |
Code |
ErrorCount
public long ErrorCount { get; set; }
Count of this type of error.
Property Value | |
---|---|
Type | Description |
long |
ErrorLogEntries
public RepeatedField<TransferErrorLogEntry> ErrorLogEntries { get; }
A list of messages that carry the error details.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTransferErrorLogEntry |