QuotaError(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents error information for
QuotaOperation][google.api.servicecontrol.v1.QuotaOperation]
.
Attributes | |
---|---|
Name | Description |
code |
google.cloud.servicecontrol_v1.types.QuotaError.Code
Error code. |
subject |
str
Subject to whom this error applies. See the specific enum for more details on this field. For example, "clientip: |
description |
str
Free-form text that provides details on the cause of the error. |
status |
google.rpc.status_pb2.Status
Contains additional information about the quota error. If available, status.code will be non zero.
|
Classes
Code
Code(value)
Error codes related to project config validations are deprecated since the quota controller methods do not perform these validations. Instead services have to call the Check method, without quota_properties field, to perform these validations before calling the quota controller methods. These methods check only for project deletion to be wipe out compliant.