- 1.53.0 (latest)
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.1.10
public enum CheckError.Code extends Enum<CheckError.Code> implements ProtocolMessageEnum
Error codes for Check responses.
Protobuf enum google.api.servicecontrol.v1.CheckError.Code
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
API_KEY_EXPIRED |
The consumer's API Key has expired. |
API_KEY_EXPIRED_VALUE |
The consumer's API Key has expired. |
API_KEY_INVALID |
The consumer's API key is invalid. |
API_KEY_INVALID_VALUE |
The consumer's API key is invalid. |
API_KEY_NOT_FOUND |
The consumer's API Key was not found in config record. |
API_KEY_NOT_FOUND_VALUE |
The consumer's API Key was not found in config record. |
API_TARGET_BLOCKED |
The API targeted by this request is invalid for the specified consumer project. |
API_TARGET_BLOCKED_VALUE |
The API targeted by this request is invalid for the specified consumer project. |
BILLING_DISABLED |
The consumer cannot access the service because billing is disabled. |
BILLING_DISABLED_VALUE |
The consumer cannot access the service because billing is disabled. |
BILLING_STATUS_UNAVAILABLE |
The backend server for checking billing status is unavailable. |
BILLING_STATUS_UNAVAILABLE_VALUE |
The backend server for checking billing status is unavailable. |
CLIENT_APP_BLOCKED |
The client application of the consumer request is invalid for the specific consumer project. |
CLIENT_APP_BLOCKED_VALUE |
The client application of the consumer request is invalid for the specific consumer project. |
CLOUD_RESOURCE_MANAGER_BACKEND_UNAVAILABLE |
Cloud Resource Manager backend server is unavailable. |
CLOUD_RESOURCE_MANAGER_BACKEND_UNAVAILABLE_VALUE |
Cloud Resource Manager backend server is unavailable. |
CONSUMER_INVALID |
The input consumer info does not represent a valid consumer folder or organization. |
CONSUMER_INVALID_VALUE |
The input consumer info does not represent a valid consumer folder or organization. |
ERROR_CODE_UNSPECIFIED |
This is never used in |
ERROR_CODE_UNSPECIFIED_VALUE |
This is never used in |
INVALID_CREDENTIAL |
The credential in the request can not be verified. |
INVALID_CREDENTIAL_VALUE |
The credential in the request can not be verified. |
IP_ADDRESS_BLOCKED |
The IP address of the consumer is invalid for the specific consumer project. |
IP_ADDRESS_BLOCKED_VALUE |
The IP address of the consumer is invalid for the specific consumer project. |
NAMESPACE_LOOKUP_UNAVAILABLE |
The backend server for looking up project id/number is unavailable. |
NAMESPACE_LOOKUP_UNAVAILABLE_VALUE |
The backend server for looking up project id/number is unavailable. |
NOT_FOUND |
The consumer's project id, network container, or resource container was not found. Same as google.rpc.Code.NOT_FOUND. |
NOT_FOUND_VALUE |
The consumer's project id, network container, or resource container was not found. Same as google.rpc.Code.NOT_FOUND. |
PERMISSION_DENIED |
The consumer doesn't have access to the specified resource. Same as google.rpc.Code.PERMISSION_DENIED. |
PERMISSION_DENIED_VALUE |
The consumer doesn't have access to the specified resource. Same as google.rpc.Code.PERMISSION_DENIED. |
PROJECT_DELETED |
The consumer's project has been marked as deleted (soft deletion). |
PROJECT_DELETED_VALUE |
The consumer's project has been marked as deleted (soft deletion). |
PROJECT_INVALID |
The consumer's project number or id does not represent a valid project. |
PROJECT_INVALID_VALUE |
The consumer's project number or id does not represent a valid project. |
REFERER_BLOCKED |
The referer address of the consumer request is invalid for the specific consumer project. |
REFERER_BLOCKED_VALUE |
The referer address of the consumer request is invalid for the specific consumer project. |
RESOURCE_EXHAUSTED |
Quota check failed. Same as google.rpc.Code.RESOURCE_EXHAUSTED. |
RESOURCE_EXHAUSTED_VALUE |
Quota check failed. Same as google.rpc.Code.RESOURCE_EXHAUSTED. |
SERVICE_NOT_ACTIVATED |
The consumer hasn't activated the service. |
SERVICE_NOT_ACTIVATED_VALUE |
The consumer hasn't activated the service. |
SERVICE_STATUS_UNAVAILABLE |
The backend server for checking service status is unavailable. |
SERVICE_STATUS_UNAVAILABLE_VALUE |
The backend server for checking service status is unavailable. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |