Google Cloud Build V1 Client - Class FailureType (0.5.1)

Reference documentation and code samples for the Google Cloud Build V1 Client class FailureType.

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

Protobuf type google.devtools.cloudbuild.v1.Build.FailureInfo.FailureType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

FAILURE_TYPE_UNSPECIFIED

Value: 0

Type unspecified

Generated from protobuf enum FAILURE_TYPE_UNSPECIFIED = 0;

PUSH_FAILED

Value: 1

Unable to push the image to the repository.

Generated from protobuf enum PUSH_FAILED = 1;

PUSH_IMAGE_NOT_FOUND

Value: 2

Final image not found.

Generated from protobuf enum PUSH_IMAGE_NOT_FOUND = 2;

PUSH_NOT_AUTHORIZED

Value: 3

Unauthorized push of the final image.

Generated from protobuf enum PUSH_NOT_AUTHORIZED = 3;

LOGGING_FAILURE

Value: 4

Backend logging failures. Should retry.

Generated from protobuf enum LOGGING_FAILURE = 4;

USER_BUILD_STEP

Value: 5

A build step has failed.

Generated from protobuf enum USER_BUILD_STEP = 5;

FETCH_SOURCE_FAILED

Value: 6

The source fetching has failed.

Generated from protobuf enum FETCH_SOURCE_FAILED = 6;