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

GoogleCloudApihubV1DependencyErrorDetail

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

Details describing error condition of a dependency.

interface GoogleCloudApihubV1DependencyErrorDetail {
error?: "ERROR_UNSPECIFIED" | "SUPPLIER_NOT_FOUND" | "SUPPLIER_RECREATED";
errorTime?: Date;
}

§Properties

§
error?: "ERROR_UNSPECIFIED" | "SUPPLIER_NOT_FOUND" | "SUPPLIER_RECREATED"
[src]

Optional. Error in the dependency.

§
errorTime?: Date
[src]

Optional. Timestamp at which the error was found.