Show / Hide Table of Contents

Class ErrorSummary

A summary of errors by error code, plus a count and sample error log entries.

Inheritance
object
ErrorSummary
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX