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
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
FAILURE_TYPE_UNSPECIFIED | Type unspecified |
FAILURE_TYPE_UNSPECIFIED_VALUE | Type unspecified |
FETCH_SOURCE_FAILED | The source fetching has failed. |
FETCH_SOURCE_FAILED_VALUE | The source fetching has failed. |
LOGGING_FAILURE | Backend logging fail |