errorCode property
Error code describing errors that may have occurred.
Output only. Possible string values are:
- "ERROR_CODE_UNSPECIFIED" : No error code was specified.
- "REVISION_FAILED" : The revision failed. See Revision for more details.
- "CLOUD_BUILD_PERMISSION_DENIED" : Cloud Build failed due to a permission issue.
- "DELETE_BUILD_API_FAILED" : Cloud Build job associated with a deployment deletion could not be started.
- "DELETE_BUILD_RUN_FAILED" : Cloud Build job associated with a deployment deletion was started but failed.
- "BUCKET_CREATION_PERMISSION_DENIED" : Cloud Storage bucket creation failed due to a permission issue.
- "BUCKET_CREATION_FAILED" : Cloud Storage bucket creation failed due to an issue unrelated to permissions.
Implementation
core.String? errorCode;