Class QuotaError
Represents error information for QuotaOperation.
Implements
Inherited Members
Namespace: Google.Apis.ServiceControl.v1.Data
Assembly: Google.Apis.ServiceControl.v1.dll
Syntax
public class QuotaError : IDirectResponseSchema
Properties
Code
Error code.
Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Free-form text that provides details on the cause of the error.
Declaration
[JsonProperty("description")]
public virtual string Description { 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 |
Status
Contains additional information about the quota error. If available, status.code
will be non zero.
Declaration
[JsonProperty("status")]
public virtual Status Status { get; set; }
Property Value
Type | Description |
---|---|
Status |
Subject
Subject to whom this error applies. See the specific enum for more details on this field. For example, "clientip:" or "project:".
Declaration
[JsonProperty("subject")]
public virtual string Subject { get; set; }
Property Value
Type | Description |
---|---|
string |