Module: Google::Cloud::Shell::V1::CloudShellErrorDetails::CloudShellErrorCode
- Defined in:
- proto_docs/google/cloud/shell/v1/cloudshell.rb
Overview
Set of possible errors returned from API calls.
Constant Summary collapse
- CLOUD_SHELL_ERROR_CODE_UNSPECIFIED =
An unknown error occurred.
0
- IMAGE_UNAVAILABLE =
The image used by the Cloud Shell environment either does not exist or the user does not have access to it.
1
- CLOUD_SHELL_DISABLED =
Cloud Shell has been disabled by an administrator for the user making the request.
2
- TOS_VIOLATION =
Cloud Shell has been permanently disabled due to a Terms of Service violation by the user.
4
- QUOTA_EXCEEDED =
The user has exhausted their weekly Cloud Shell quota, and Cloud Shell will be disabled until the quota resets.
5
- ENVIRONMENT_UNAVAILABLE =
The Cloud Shell environment is unavailable and cannot be connected to at the moment.
6