Skip to main content
Module

x/astral/bindings/celestial.ts>Runtime_ExceptionDetails

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Runtime_ExceptionDetails
import { type Runtime_ExceptionDetails } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

Detailed information about exception (or error) that was thrown during script compilation or execution.

definition: { exceptionId: number; text: string; lineNumber: number; columnNumber: number; scriptId?: Runtime_ScriptId; url?: string; stackTrace?: Runtime_StackTrace; exception?: Runtime_RemoteObject; executionContextId?: Runtime_ExecutionContextId; exceptionMetaData?: object; }