Recoverable

@JSImport("repl", "Recoverable") @native @JSType class Recoverable extends StObject with Error

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

See also
trait Error
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Constructors

def this(err: Error)

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

var err: Error

Inherited fields

var message: String
Inherited from
Error
var name: String
Inherited from
Error
var stack: UndefOr[String]
Inherited from
Error