Runtime.ExceptionRevokedEventDataType - Node documentation
interface Runtime.ExceptionRevokedEventDataType

Usage in Deno

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

Properties

reason: string

Reason describing why exception was revoked.

exceptionId: number

The id of revoked exception, as reported in exceptionThrown.