Enum CloudShellErrorDetails.Types.CloudShellErrorCode (1.0.0)

public enum CloudShellErrorCode

Set of possible errors returned from API calls.

Namespace

Google.Cloud.Shell.V1

Assembly

Google.Cloud.Shell.V1.dll

Fields

NameDescription
CloudShellDisabled

Cloud Shell has been disabled by an administrator for the user making the request.

ImageUnavailable

The image used by the Cloud Shell environment either does not exist or the user does not have access to it.

QuotaExceeded

The user has exhausted their weekly Cloud Shell quota, and Cloud Shell will be disabled until the quota resets.

TosViolation

Cloud Shell has been permanently disabled due to a Terms of Service violation by the user.

Unspecified

An unknown error occurred.