errorSource property

String? errorSource
getter/setter pair

The source of the error for the build, if in a FAILED state.

Output only. Possible string values are:

  • "ERROR_SOURCE_UNSPECIFIED" : Indicates that generic error occurred outside of the Cloud Build or Cloud Run processes, such as a pre-empted or user-canceled App Hosting Build.
  • "CLOUD_BUILD" : Indicates that the build failed during the Cloud Build process, such as a build timeout.
  • "CLOUD_RUN" : Indicates that the build failed during the Cloud Run process, such as a service creation failure.

Implementation

core.String? errorSource;