Class ItemError
Error of the item
Implements
Inherited Members
Namespace: Google.Apis.Chromewebstore.v1_1.Data
Assembly: Google.Apis.Chromewebstore.v1_1.dll
Syntax
public class ItemError : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ErrorCode
The error code.
Declaration
[JsonProperty("error_code")]
public virtual string ErrorCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ErrorDetail
The human-readable detail message of the error.
Declaration
[JsonProperty("error_detail")]
public virtual string ErrorDetail { get; set; }
Property Value
| Type | Description |
|---|---|
| string |