Class FailureInfo (3.15.0)

FailureInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A fatal problem encountered during the execution of the build.

Attributes

NameDescription
type_ google.cloud.devtools.cloudbuild_v1.types.Build.FailureInfo.FailureType
The name of the failure.
detail str
Explains the failure issue in more detail using hard-coded text.

Classes

FailureType

FailureType(value)

The name of a fatal problem encountered during the execution of the build.

Values: FAILURE_TYPE_UNSPECIFIED (0): Type unspecified PUSH_FAILED (1): Unable to push the image to the repository. PUSH_IMAGE_NOT_FOUND (2): Final image not found. PUSH_NOT_AUTHORIZED (3): Unauthorized push of the final image. LOGGING_FAILURE (4): Backend logging failures. Should retry. USER_BUILD_STEP (5): A build step has failed. FETCH_SOURCE_FAILED (6): The source fetching has failed.