Module: Google::Cloud::Config::V1::Deployment::ErrorCode

Defined in:
proto_docs/google/cloud/config/v1/config.rb

Overview

Possible errors that can occur with deployments.

Constant Summary collapse

ERROR_CODE_UNSPECIFIED =

No error code was specified.

0
REVISION_FAILED =

The revision failed. See Revision for more details.

1
CLOUD_BUILD_PERMISSION_DENIED =

Cloud Build failed due to a permission issue.

3
DELETE_BUILD_API_FAILED =

Cloud Build job associated with a deployment deletion could not be started.

5
DELETE_BUILD_RUN_FAILED =

Cloud Build job associated with a deployment deletion was started but failed.

6
BUCKET_CREATION_PERMISSION_DENIED =

Cloud Storage bucket creation failed due to a permission issue.

7
BUCKET_CREATION_FAILED =

Cloud Storage bucket creation failed due to an issue unrelated to permissions.

8