errorx
Error library
An error handling library designed to improve conventional approaches in Go by providing composable and expressive errors with debug information.
A comprehensive error handling library for Go
1k stars
96 watching
30 forks
Language: Go
last commit: 13 days ago
Linked from 2 awesome lists
error-handlingerrorsgostack-traces
Related projects:
Repository | Description | Stars |
---|---|---|
emperror/errors | Provides a unified error handling package with features from standard libraries and pkg/errors. | 198 |
cockroachdb/errors | Library providing a standardized way to handle and propagate errors across networked systems. | 2,118 |
neuronlabs/errors | Provides a simple and classified error handling system with advanced features like classification primitives and detailed error structures. | 6 |
thundr67/falcon | A package for efficiently handling errors in Go programs. | 11 |
emperror/emperror | Tools and strategies for handling errors in Go applications | 342 |
pumpkinseed/errors | An error package designed to simplify error management and provide efficient allocation of error objects. | 7 |
mvmaasakkers/go-problemdetails | Provides a standardized data format for error messages in web applications | 17 |
mikaak/elixir_error_message | A library to standardize error messages across an application | 33 |
ninja-squad/ngx-valdemort | A library providing customizable and reusable validation error messages for Angular forms | 202 |
snwfdhmp/errlog | A tool to improve error logging and debugging in Go by providing detailed information about the source of errors. | 459 |
vic/happy | A library providing a concise and expressive way to handle errors in Elixir code using a macro-based approach. | 45 |
rotisserie/eris | An error handling library with readable stack traces and flexible formatting support. | 1,500 |
mesabloo/diagnose | A library for generating structured error reports with customizable output options and integration with parsing tools. | 260 |
amuzatkts/jsonapi-errors | Provides error bindings based on the JSON API reference | 14 |
southclaws/fault | Provides an extensible error handling mechanism with structured metadata and composable error wrapping utilities. | 164 |