Class Errors
A list of errors returned by a failed batch entry.
Inheritance
System.Object
Errors
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2.Data
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class Errors : IDirectResponseSchema
Properties
Code
The HTTP status of the first error in errors
.
Declaration
[JsonProperty("code")]
public virtual long? Code { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
ErrorsValue
A list of errors.
Declaration
[JsonProperty("errors")]
public virtual IList<Error> ErrorsValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Error> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Message
The message of the first error in errors
.
Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema