error-management
There are 14 repositories under error-management topic.
webNeat/wari
A type-safe way to create and handle errors.
HarryET/custodi
The Open Source Sentry alternative.
agilira/go-errors
go-errors is a fast, structured, and context-aware error handling library for Go. Originally built for Orpheus, it provides error codes, stack traces, user messages, and JSON support with near-zero overhead through Timecache integration.
Bluzzi/rustic-error
Robust and type-safe error management 🦀
MaplePHP/Blunder
Blunder is a pretty error handling framework for PHP
CODE-G-ROOT/mongoAlquiler
Esta plataforma te permite administrar alquileres de vehículos de manera eficiente y organizada. Diseñada con Node.js, Express y MongoDB, nuestra solución proporciona funciones esenciales para la gestión de alquileres, clientes y automóviles.
jordyfontoura/TryLess
Type-safe error handling for TypeScript without try-catch hell
jesusgraterol/error-message-utils
The error-message-utils package simplifies error management in your web applications and RESTful APIs. It ensures consistent and scalable handling of error messages, saving you time and effort. Moreover, it gives you the ability to assign custom error codes so all possible cases can be handled accordingly.
m-ahmedk/custom-error-management
A Node.js project that centralizes error handling in an application by implementing a middleware, responsible for catching all errors thrown by the application and returning a custom error message along with the relevant HTTP status code. Additionally, all errors are logged and stored in a file.
dominikj111/error-kit
🦀 Rust error handling library built on thiserror, providing standardized error messages, ergonomic constructor functions, and type-safe error patterns for developer-focused applications.
ITSawa/ErrMaster
This library is designed to add a middleware for creating RESTful APIs with an architectural style where errors are thrown at each level and caught at the highest level (in the route), from which a response is formed.
KaririCode-Framework/kariricode-exception
KaririCode Exception provides a robust and modular exception handling system for the KaririCode Framework, enabling seamless error management across various application domains.
Rantoniaina/n8n-demo
A Node.js backend server with enhanced error management and status monitoring capabilities. Designed for testing error handling workflows with random error simulation and persistent status tracking.