public sealed class QuotaError : IMessage<QuotaError>, IEquatable<QuotaError>, IDeepCloneable<QuotaError>, IBufferMessage, IMessageRepresents error information for [QuotaOperation][google.api.servicecontrol.v1.QuotaOperation].
Implements
IMessage<QuotaError>, IEquatable<QuotaError>, IDeepCloneable<QuotaError>, 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 | 
| QuotaError.Types.Code | |
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 | |