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/workflowexecutions:v1.ts";

A collection of stack elements (frames) where an error occurred.

interface StackTrace {
elements?: StackTraceElement[];
}

§Properties

§

An array of stack elements.