import * as mod from "https://dotland.deno.dev/std@0.177.0/node/internal/errors.ts";
Classes
All error instances in Node have additional methods and properties This export class is meant to be extended by these instances abstracting native JS error instances | |
Variables
This used to be | |
Deprecated, new function is | |
This creates a generic Node.js error. | |
This creates an error compatible with errors produced in the C++ function UVException using a context object with data assembled in C++. The goal is to migrate them to ERR_* errors later when compatibility is not a concern. | |
This creates an error compatible with errors produced in the C++
This function should replace the deprecated
|
Functions
This function removes unnecessary frames from Node.js core errors. | |
Returns true if |