Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ContaineranalysisGoogleDevtoolsCloudbuildV1BuildFailureInfo

import type { ContaineranalysisGoogleDevtoolsCloudbuildV1BuildFailureInfo } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";

A fatal problem encountered during the execution of the build.

interface ContaineranalysisGoogleDevtoolsCloudbuildV1BuildFailureInfo {
detail?: string;
type?:
| "FAILURE_TYPE_UNSPECIFIED"
| "PUSH_FAILED"
| "PUSH_IMAGE_NOT_FOUND"
| "PUSH_NOT_AUTHORIZED"
| "LOGGING_FAILURE"
| "USER_BUILD_STEP"
| "FETCH_SOURCE_FAILED";
}

§Properties

§
detail?: string
[src]

Explains the failure issue in more detail using hard-coded text.

§
type?: "FAILURE_TYPE_UNSPECIFIED" | "PUSH_FAILED" | "PUSH_IMAGE_NOT_FOUND" | "PUSH_NOT_AUTHORIZED" | "LOGGING_FAILURE" | "USER_BUILD_STEP" | "FETCH_SOURCE_FAILED"
[src]

The name of the failure.