Cloud Build v1 API - Enum Build.Types.FailureInfo.Types.FailureType (2.9.0)

public enum Build.Types.FailureInfo.Types.FailureType

Reference documentation and code samples for the Cloud Build v1 API enum Build.Types.FailureInfo.Types.FailureType.

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

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Fields

NameDescription
FetchSourceFailed

The source fetching has failed.

LoggingFailure

Backend logging failures. Should retry.

PushFailed

Unable to push the image to the repository.

PushImageNotFound

Final image not found.

PushNotAuthorized

Unauthorized push of the final image.

Unspecified

Type unspecified

UserBuildStep

A build step has failed.