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 failures. Should retry. |
LOGGING_FAILURE_VALUE | Backend logging failures. Should retry. |
PUSH_FAILED | Unable to push the image to the repository. |
PUSH_FAILED_VALUE | Unable to push the image to the repository. |
PUSH_IMAGE_NOT_FOUND | Final image not found. |
PUSH_IMAGE_NOT_FOUND_VALUE | Final image not found. |
PUSH_NOT_AUTHORIZED | Unauthorized push of the final image. |
PUSH_NOT_AUTHORIZED_VALUE | Unauthorized push of the final image. |
UNRECOGNIZED | |
USER_BUILD_STEP | A build step has failed. |
USER_BUILD_STEP_VALUE | A build step has failed. |