Class ErrorSummary
A summary of errors by error code, plus a count and sample error log entries.
Implements
Inherited Members
Namespace: Google.Apis.StorageBatchOperations.v1.Data
Assembly: Google.Apis.StorageBatchOperations.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. The canonical error code.
Declaration
[JsonProperty("errorCode")]
public virtual string ErrorCode { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorCount
Required. Number of errors encountered per error_code
.
Declaration
[JsonProperty("errorCount")]
public virtual long? ErrorCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
ErrorLogEntries
Required. Sample error logs.
Declaration
[JsonProperty("errorLogEntries")]
public virtual IList<ErrorLogEntry> ErrorLogEntries { get; set; }
Property Value
Type | Description |
---|---|
IList<ErrorLogEntry> |