Module: Google::Cloud::ServiceControl::V1::QuotaError::Code

Defined in:
proto_docs/google/api/servicecontrol/v1/quota_controller.rb

Overview

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.

Constant Summary collapse

UNSPECIFIED =

This is never used.

0
RESOURCE_EXHAUSTED =

Quota allocation failed. Same as [google.rpc.Code.RESOURCE_EXHAUSTED][google.rpc.Code.RESOURCE_EXHAUSTED].

8
BILLING_NOT_ACTIVE =

Consumer cannot access the service because the service requires active billing.

107
PROJECT_DELETED =

Consumer's project has been marked as deleted (soft deletion).

108
API_KEY_INVALID =

Specified API key is invalid.

105
API_KEY_EXPIRED =

Specified API Key has expired.

112