Google Cloud Config V1 Client - Class ErrorCode (0.5.0)

Reference documentation and code samples for the Google Cloud Config V1 Client class ErrorCode.

Possible errors that can occur with deployments.

Protobuf type google.cloud.config.v1.Deployment.ErrorCode

Namespace

Google \ Cloud \ Config \ V1 \ Deployment

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ERROR_CODE_UNSPECIFIED

Value: 0

No error code was specified.

Generated from protobuf enum ERROR_CODE_UNSPECIFIED = 0;

REVISION_FAILED

Value: 1

The revision failed. See Revision for more details.

Generated from protobuf enum REVISION_FAILED = 1;

CLOUD_BUILD_PERMISSION_DENIED

Value: 3

Cloud Build failed due to a permission issue.

Generated from protobuf enum CLOUD_BUILD_PERMISSION_DENIED = 3;

DELETE_BUILD_API_FAILED

Value: 5

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

Generated from protobuf enum DELETE_BUILD_API_FAILED = 5;

DELETE_BUILD_RUN_FAILED

Value: 6

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

Generated from protobuf enum DELETE_BUILD_RUN_FAILED = 6;

BUCKET_CREATION_PERMISSION_DENIED

Value: 7

Cloud Storage bucket creation failed due to a permission issue.

Generated from protobuf enum BUCKET_CREATION_PERMISSION_DENIED = 7;

BUCKET_CREATION_FAILED

Value: 8

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

Generated from protobuf enum BUCKET_CREATION_FAILED = 8;