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

Error

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

The container for the rpc status and source for any errors found during the build process.

interface Error {
readonly cloudResource?: string;
readonly error?: Status;
readonly errorSource?: "ERROR_SOURCE_UNSPECIFIED" | "CLOUD_BUILD" | "CLOUD_RUN";
}

§Properties

§
readonly cloudResource?: string
[src]

Output only. Resource link

§
readonly error?: Status
[src]

Output only. A status and (human readable) error message for the build, if in a FAILED state.

§
readonly errorSource?: "ERROR_SOURCE_UNSPECIFIED" | "CLOUD_BUILD" | "CLOUD_RUN"
[src]

Output only. The source of the error for the build, if in a FAILED state.