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() |