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

StackTrace

import type { StackTrace } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

A stacktrace.

interface StackTrace {
exception?: string;
}

§Properties

§
exception?: string
[src]

The stack trace message. Required