NodeError.html.md 379 B

NodeError

Custom error class for node-related errors, including stack trace information.

Constructor

new NodeError()

Properties

.name : string

The name of the error.

.stackTrace : StackTrace

The stack trace associated with the error.

Source

src/nodes/core/NodeError.js

粤ICP备19079148号