Production-ready Express error handling middleware with standardized HTTP error types, centralized exception management, and automatic content negotiation for REST APIs. Type-safe, zero-dependency core.
Constructors for HTTP errors
Type-safe HTTP error classes for TypeScript projects.
Create HTTP error objects
## Always throw error ```javascript throw { //http error: it is optional, only required if the called is a lambda function ... HTTPERROR_400, //type: suggest to have it for every error type: 'ERROR_API_ERROR', //source: keep the modu
Elysia plugin to define HTTP error handlers in a more declarative way.
HTTP error responses for Express
Custom error to represent http error for node apps
methods for http error handeling
💥A TypeScript library that provides a comprehensive set of HTTP error classes and utilities for handling HTTP errors in your applications.
```javascript throw { //http error: it is optional, only required if the called is a lambda function ... HTTPERROR_400, //type: suggest to have it for every error type: 'ERROR_API_ERROR', //source: keep the module name and func
Standardized typed HTTP error classes for APIs
Express middleware for sending HTTP error resonses
common http error types
Standardized typed HTTP error classes for APIs
Extended http errors supporting cause and and contextual enhancements
A REST-friendly HTTP error handler middleware for Express.js
custom http error for restify package
customization http error response status and response statusMessage for egg
Error manager for handling errors within the classes by creating self defined error codes and parsing them into http error codes
Convenient HTTP Error Utilities
Simple HTTP error handling middleware for REST APIs built on NodeJS express framework.
A thin wrapper around the web standard `fetch` that returns [`@joyful/result`](https://jsr.io/@joyful/result) types instead of throwing exceptions. Every response — success, HTTP error, network failure, or body parse error — is modelled as data you can in
A http error interceptor that displays a configurable Ionic toast with a custom or predefined error message.