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 permissions issue.
  • "BUCKET_CREATION_PERMISSION_DENIED" : Cloud Storage bucket failed to create due to a permissions issue.
  • "BUCKET_CREATION_FAILED" : Cloud Storage bucket failed for a non-permissions-related issue.
  • "DEPLOYMENT_LOCK_ACQUIRE_FAILED" : Acquiring lock on provided deployment reference failed.
  • "PREVIEW_BUILD_API_FAILED" : Preview encountered an error when trying to access Cloud Build API.
  • "PREVIEW_BUILD_RUN_FAILED" : Preview created a build but build failed and logs were generated.

Implementation

core.String? errorCode;