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

DebugInfo

import type { DebugInfo } from "https://googleapis.deno.dev/v1/deploymentmanager:v2.ts";

Describes additional debugging info.

interface DebugInfo {
detail?: string;
stackEntries?: string[];
}

§Properties

§
detail?: string
[src]

Additional debugging information provided by the server.

§
stackEntries?: string[]
[src]

The stack trace entries indicating where the error occurred.