Class Issue
An error occurring in the data source, like "invalid price".
Implements
Inherited Members
Namespace: Google.Apis.Merchant.datasources_v1beta.Data
Assembly: Google.Apis.Merchant.datasources_v1beta.dll
Syntax
public class Issue : IDirectResponseSchema
Properties
Code
Output only. The code of the error, for example, "validation/invalid_value". Returns "?" if the code is unknown.
Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
Count
Output only. The number of occurrences of the error in the file upload.
Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
Type | Description |
---|---|
long? |
Description
Output only. The error description, for example, "Your data source contains items which have too many attributes, or are too big. These items will be dropped".
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DocumentationUri
Output only. Link to the documentation explaining the issue in more details, if available.
Declaration
[JsonProperty("documentationUri")]
public virtual string DocumentationUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Severity
Output only. The severity of the issue.
Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Output only. The title of the issue, for example, "Item too big".
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |