DebugInfo
import type { DebugInfo } from "https://googleapis.deno.dev/v1/deploymentmanager:v2.ts";
Describes additional debugging info.
interface DebugInfo {
detail?: string;
stackEntries?: string[];
}import type { DebugInfo } from "https://googleapis.deno.dev/v1/deploymentmanager:v2.ts";
Describes additional debugging info.