Class Errors
A list of errors returned by a failed batch entry.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.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 |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorsValue
A list of errors.
Declaration
[JsonProperty("errors")]
public virtual IList<Error> ErrorsValue { get; set; }
Property Value
Type | Description |
---|---|
IList<Error> |
Message
The message of the first error in errors
.
Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type | Description |
---|---|
string |