Recoverable

external class Recoverable : SyntaxError(source)

Indicates a recoverable error that a REPLServer can use to support multi-line input.

See also

https

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

Constructors

Link copied to clipboard
constructor(err: JsError)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
open override fun toString(): String