errorCode property

String? errorCode
getter/setter pair

Code describing any errors that may have occurred.

Output only. Possible string values are:

  • "ERROR_CODE_UNSPECIFIED" : No error code was specified.
  • "CLOUD_BUILD_PERMISSION_DENIED" : Cloud Build failed due to a permission issue.
  • "APPLY_BUILD_API_FAILED" : Cloud Build job associated with creating or updating a deployment could not be started.
  • "APPLY_BUILD_RUN_FAILED" : Cloud Build job associated with creating or updating a deployment was started but failed.
  • "QUOTA_VALIDATION_FAILED" : quota validation failed for one or more resources in terraform configuration files.

Implementation

core.String? errorCode;