Reference documentation and code samples for the Google Cloud Build V1 Client class FailureType.
The name of a fatal problem encountered during the execution of the build.
Protobuf type google.devtools.cloudbuild.v1.Build.FailureInfo.FailureType
Namespace
Google \ Cloud \ Build \ V1 \ Build \ FailureInfoMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
FAILURE_TYPE_UNSPECIFIED
Value: 0
Type unspecified
Generated from protobuf enum FAILURE_TYPE_UNSPECIFIED = 0;
PUSH_FAILED
Value: 1
Unable to push the image to the repository.
Generated from protobuf enum PUSH_FAILED = 1;
PUSH_IMAGE_NOT_FOUND
Value: 2
Final image not found.
Generated from protobuf enum PUSH_IMAGE_NOT_FOUND = 2;
PUSH_NOT_AUTHORIZED
Value: 3
Unauthorized push of the final image.
Generated from protobuf enum PUSH_NOT_AUTHORIZED = 3;
LOGGING_FAILURE
Value: 4
Backend logging failures. Should retry.
Generated from protobuf enum LOGGING_FAILURE = 4;
USER_BUILD_STEP
Value: 5
A build step has failed.
Generated from protobuf enum USER_BUILD_STEP = 5;
FETCH_SOURCE_FAILED
Value: 6
The source fetching has failed.
Generated from protobuf enum FETCH_SOURCE_FAILED = 6;