import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { ExceptionDetails } = default.Runtime;
Detailed information about exception (or error) that was thrown during script compilation or execution.
Properties
exceptionId: integer
Exception id.
lineNumber: integer
Line number of the exception location (0-based).
columnNumber: integer
Column number of the exception location (0-based).
optional
scriptId: ScriptIdScript ID of the exception location.
optional
stackTrace: StackTraceJavaScript stack trace if available.
optional
exception: RemoteObjectException object if available.
optional
executionContextId: ExecutionContextIdIdentifier of the context where exception happened.