public enum Code
Reference documentation and code samples for the Service Control v1 API enum QuotaError.Types.Code.
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.
Namespace
Google.Cloud.ServiceControl.V1Assembly
Google.Cloud.ServiceControl.V1.dll
Fields | |
---|---|
Name | Description |
ApiKeyExpired | Specified API Key has expired. |
ApiKeyInvalid | Specified API key is invalid. |
BillingNotActive | Consumer cannot access the service because the service requires active billing. |
ProjectDeleted | Consumer's project has been marked as deleted (soft deletion). |
ResourceExhausted | Quota allocation failed. Same as [google.rpc.Code.RESOURCE_EXHAUSTED][google.rpc.Code.RESOURCE_EXHAUSTED]. |
Unspecified | This is never used. |