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].
Implements
IMessageQuotaError, IEquatableQuotaError, IDeepCloneableQuotaError, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceControl.V1Assembly
Google.Cloud.ServiceControl.V1.dll
Constructors
QuotaError()
public QuotaError()
QuotaError(QuotaError)
public QuotaError(QuotaError other)
Parameter | |
---|---|
Name | Description |
other | QuotaError |
Properties
Code
public QuotaError.Types.Code Code { get; set; }
Error code.
Property Value | |
---|---|
Type | Description |
QuotaErrorTypesCode |
Description
public string Description { get; set; }
Free-form text that provides details on the cause of the error.
Property Value | |
---|---|
Type | Description |
string |
Status
public Status Status { get; set; }
Contains additional information about the quota error.
If available, status.code
will be non zero.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |