public enum FailureTypeReference 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.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Fields |
|
|---|---|
| Name | Description |
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. |