import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { ExceptionDetails } = Protocol.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.