Module: Google::Cloud::ConfigService::V1::Revision::ErrorCode
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
Possible errors if Revision could not be created or updated successfully.
Constant Summary collapse
- ERROR_CODE_UNSPECIFIED =
No error code was specified.
0
- CLOUD_BUILD_PERMISSION_DENIED =
Cloud Build failed due to a permission issue.
1
- APPLY_BUILD_API_FAILED =
Cloud Build job associated with creating or updating a deployment could not be started.
4
- APPLY_BUILD_RUN_FAILED =
Cloud Build job associated with creating or updating a deployment was started but failed.
5
- QUOTA_VALIDATION_FAILED =
quota validation failed for one or more resources in terraform configuration files.
7