Enum Build.FailureInfo.FailureType (3.26.0)

public enum Build.FailureInfo.FailureType extends Enum<Build.FailureInfo.FailureType> implements ProtocolMessageEnum

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

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FAILURE_TYPE_UNSPECIFIED

Type unspecified

FAILURE_TYPE_UNSPECIFIED = 0;

FAILURE_TYPE_UNSPECIFIED_VALUE

Type unspecified

FAILURE_TYPE_UNSPECIFIED = 0;

FETCH_SOURCE_FAILED

The source fetching has failed.

FETCH_SOURCE_FAILED = 6;

FETCH_SOURCE_FAILED_VALUE

The source fetching has failed.

FETCH_SOURCE_FAILED = 6;

LOGGING_FAILURE

Backend logging fail