Capítulo 750 de 859

Chapter 750: NodeError

Core Idea

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

Key Concepts

  • name : string: The name of the error.
  • stackTrace : StackTrace: The stack trace associated with the error.

Reference Tables

Constructor

Signature
new NodeError()

Properties

PropertyDescription
.name : stringThe name of the error.
.stackTrace : StackTraceThe stack trace associated with the error.

Key Takeaways

  1. Most relevant properties: name, stackTrace.

Connects To