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";
}