AssetException
import type { AssetException } from "https://googleapis.deno.dev/v1/cloudasset:v1.ts";
An exception of an asset.
interface AssetException {
details?: string;
exceptionType?: "EXCEPTION_TYPE_UNSPECIFIED" | "TRUNCATION";
}import type { AssetException } from "https://googleapis.deno.dev/v1/cloudasset:v1.ts";
An exception of an asset.