Class ErrorSummary
A summary of errors by error code, plus a count and sample error log entries.
Implements
Inherited Members
Namespace: Google.Apis.Storagetransfer.v1.Data
Assembly: Google.Apis.Storagetransfer.v1.dll
Syntax
public class ErrorSummary : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorCode
Required.
Declaration
[JsonProperty("errorCode")]
public virtual string ErrorCode { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorCount
Required. Count of this type of error.
Declaration
[JsonProperty("errorCount")]
public virtual long? ErrorCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
ErrorLogEntries
Error samples. At most 5 error log entries are recorded for a given error code for a single transfer operation.
Declaration
[JsonProperty("errorLogEntries")]
public virtual IList<ErrorLogEntry> ErrorLogEntries { get; set; }
Property Value
Type | Description |
---|---|
IList<ErrorLogEntry> |