node-exceptions
Extendable error class for nodejs to extend native errors
Extendable error class for nodejs to extend native errors
an error handler that integrates with Hapi/boom to manage all server errors through JSON file
A set of misc utilties I find myself repeatedly re-writing between projects.
Want your own custom errors?
A TypeScript library for creating structured data objects with ease.
Supercharge your Node.js error handling with this TypeScript library. Leverage modular architecture to enrich error objects with identifiers, system context, user info, and HTTP statuses. Perfect for debugging, logging, and boosting application robustness
A lightweight custom error handler for Node.js applications, enabling easy creation and management of generic and specific error types with customizable messages and status codes.
A powerful Node.js error-handling-framework with custom error types for easy debugging, enhanced error management, strong zod-support and useful quality-of-life-functionality for asserting and validating values.
A beta comprehensive error-handling solution for Next.js API routes, offering centralized management with custom error classes to deliver robust and user-friendly error responses. This package simplifies error handling by eliminating repetitive try-catch
A flexible and customizable error-handling library for HTTP applications. Provides structured error responses with optional formatters, predefined HTTP errors, and extensible error types.
Handler-Error is a modular and type-safe TypeScript library that simplifies creating and managing custom errors, promoting best practices for large-scale projects.
Express middleware for handling and formatting errors using http-error-kit. Ensures structured error responses with correct status codes.
Clase personalizada para manejar errores en la aplicación. Extiende la clase `Error` de JavaScript y agrega propiedades adicionales para un manejo más preciso de errores en aplicaciones que utilizan microservicios.
Error-Cure is a lightweight Node.js library for efficient error management. It includes custom error classes like AppError and ValidationError, Express middleware for centralized error handling, and utilities for logging and managing exceptions. Ideal for