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

FatalException

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

Additional details for a fatal exception.

interface FatalException {
stackTrace?: StackTrace;
}

§Properties

§
stackTrace?: StackTrace
[src]

The stack trace of the fatal exception. Optional.