Skip to main content
Recoverable - node__repl.d.ts - Node documentation
class Recoverable
extends SyntaxError

Usage in Deno

```typescript import { Recoverable } from "node:node__repl.d.ts"; ```
> [!WARNING] Deno compatibility > This symbol is not supported. Indicates a recoverable error that a `REPLServer` can use to support multi-line input.

Constructors

new
Recoverable(err: Error)

Properties

err: Error

See

  • https://nodejs.org/dist/latest-v22.x/docs/api/repl.html#repl_recoverable_errors