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