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

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

§Properties

§
details?: string
[src]

The details of the exception.

§
exceptionType?: "EXCEPTION_TYPE_UNSPECIFIED" | "TRUNCATION"
[src]

The type of exception.