public sealed class QuotaError : IMessage<QuotaError>, IEquatable<QuotaError>, IDeepCloneable<QuotaError>, IBufferMessage, IMessage
Represents error information for [QuotaOperation][google.api.servicecontrol.v1.QuotaOperation].
Inheritance
System.Object > QuotaErrorImplements
Google.Protobuf.IMessage<QuotaError>, System.IEquatable<QuotaError>, Google.Protobuf.IDeepCloneable<QuotaError>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
System.String |
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 |
System.String |