interface Runtime.AwaitPromiseReturnType
Usage in Deno
import { type Runtime } from "node:inspector"; type { AwaitPromiseReturnType } = Runtime;
Promise result. Will contain rejected value if promise was rejected.
optional
exceptionDetails: ExceptionDetails | undefined
Exception details if stack strace is available.