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

NativeCrash

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

Additional details for a native crash.

interface NativeCrash {
stackTrace?: StackTrace;
}

§Properties

§
stackTrace?: StackTrace
[src]

The stack trace of the native crash. Optional.