Reference documentation and code samples for the Infrastructure Manager V1 API module Google::Cloud::ConfigService::V1::Deployment::ErrorCode.
Possible errors that can occur with deployments.
Constants
ERROR_CODE_UNSPECIFIED
value: 0
No error code was specified.
REVISION_FAILED
value: 1
The revision failed. See Revision for more details.
CLOUD_BUILD_PERMISSION_DENIED
value: 3
Cloud Build failed due to a permission issue.
DELETE_BUILD_API_FAILED
value: 5
Cloud Build job associated with a deployment deletion could not be
started.
DELETE_BUILD_RUN_FAILED
value: 6
Cloud Build job associated with a deployment deletion was started but
failed.
BUCKET_CREATION_PERMISSION_DENIED
value: 7
Cloud Storage bucket creation failed due to a permission issue.
BUCKET_CREATION_FAILED
value: 8
Cloud Storage bucket creation failed due to an issue unrelated to
permissions.
EXTERNAL_VALUE_SOURCE_IMPORT_FAILED
value: 10
Failed to import values from an external source.