Service Control v1 API - Class QuotaError (2.3.0)

public sealed class QuotaError : IMessage<QuotaError>, IEquatable<QuotaError>, IDeepCloneable<QuotaError>, IBufferMessage, IMessage

Reference documentation and code samples for the Service Control v1 API class QuotaError.

Represents error information for [QuotaOperation][google.api.servicecontrol.v1.QuotaOperation].

Inheritance

object > QuotaError

Namespace

Google.Cloud.ServiceControl.V1

Assembly

Google.Cloud.ServiceControl.V1.dll

Constructors

QuotaError()

public QuotaError()

QuotaError(QuotaError)

public QuotaError(QuotaError other)
Parameter
NameDescription
otherQuotaError

Properties

Code

public QuotaError.Types.Code Code { get; set; }

Error code.

Property Value
TypeDescription
QuotaErrorTypesCode

Description

public string Description { get; set; }

Free-form text that provides details on the cause of the error.

Property Value
TypeDescription
string

Status

public Status Status { get; set; }

Contains additional information about the quota error. If available, status.code will be non zero.

Property Value
TypeDescription
Status

Subject

public string Subject { get; set; }

Subject to whom this error applies. See the specific enum for more details on this field. For example, "clientip:<ip address of client>" or "project:<Google developer project id>".

Property Value
TypeDescription
string