N E W

NodeError

Last modified: Feb 1, 2026

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

Constructor

new NodeError(message, stackTrace?)
ParameterTypeDefault Value
messageany
stackTrace?nullnull

Properties

PropertyTypeDefault Value
stackTraceany

Extends

Error