Skip to main content
Runtime.ExceptionDetails.exception - inspector - Node documentation
property Runtime.ExceptionDetails.exception

Usage in Deno

import { type Runtime } from "node:inspector";

Exception object if available.

Type

RemoteObject | undefined