type property

String? type
getter/setter pair

The name of the failure. Possible string values are:

  • "FAILURE_TYPE_UNSPECIFIED" : Type unspecified
  • "PUSH_FAILED" : Unable to push the image to the repository.
  • "PUSH_IMAGE_NOT_FOUND" : Final image not found.
  • "PUSH_NOT_AUTHORIZED" : Unauthorized push of the final image.
  • "LOGGING_FAILURE" : Backend logging failures. Should retry.
  • "USER_BUILD_STEP" : A build step has failed.
  • "FETCH_SOURCE_FAILED" : The source fetching has failed.

Implementation

core.String? type;