Module: Google::Cloud::ConfigService::V1::Preview::ErrorCode

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

Overview

Possible errors that can occur with previews.

Constant Summary collapse

ERROR_CODE_UNSPECIFIED =

No error code was specified.

0
CLOUD_BUILD_PERMISSION_DENIED =

Cloud Build failed due to a permissions issue.

1
BUCKET_CREATION_PERMISSION_DENIED =

Cloud Storage bucket failed to create due to a permissions issue.

2
BUCKET_CREATION_FAILED =

Cloud Storage bucket failed for a non-permissions-related issue.

3
DEPLOYMENT_LOCK_ACQUIRE_FAILED =

Acquiring lock on provided deployment reference failed.

4
PREVIEW_BUILD_API_FAILED =

Preview encountered an error when trying to access Cloud Build API.

5
PREVIEW_BUILD_RUN_FAILED =

Preview created a build but build failed and logs were generated.

6