interface Runtime.ExceptionDetails
Usage
import { type Runtime } from "node:inspector"; type { ExceptionDetails } = Runtime;
Detailed information about exception (or error) that was thrown during script compilation or execution.
optional
url: string | undefined
URL of the exception location, to be used when the script was not reported.
optional
executionContextId: ExecutionContextId | undefined
Identifier of the context where exception happened.