Header menu logo fable-electron-docs-api

IOnError Type

Emitted when the child process needs to terminate due to non continuable error from V8.No matter if you listen to the error event, the exit event will be emitted after the child process terminates.

Instance members

Instance member Description

this.location

Full Usage: this.location

Modifiers: abstract

Source location from where the error originated.

this.report

Full Usage: this.report

Modifiers: abstract

Node.js diagnostic report.

this.type

Full Usage: this.type

Modifiers: abstract

Type of error. One of the following values:

Type something to start searching.