Show / Hide Table of Contents

Class ItemError

Error of the item

Inheritance
object
ItemError
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX