errors
Error handling library
Library providing a standardized way to handle and propagate errors across networked systems.
Go error library with error portability over the network
2k stars
60 watching
66 forks
Language: Go
last commit: 3 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
neuronlabs/errors | Provides a simple and classified error handling system with advanced features like classification primitives and detailed error structures. | 6 |
emperror/errors | Provides a unified error handling package with features from standard libraries and pkg/errors. | 198 |
joomcode/errorx | An error handling library designed to improve conventional approaches in Go by providing composable and expressive errors with debug information. | 1,198 |
cockroachdb/cockroach | A distributed, cloud-native SQL database designed for high availability and scalable data management | 30,156 |
cockroachdb/redact | Tools to remove sensitive information from Go strings | 30 |
southclaws/fault | Provides an extensible error handling mechanism with structured metadata and composable error wrapping utilities. | 166 |
thundr67/falcon | A package for efficiently handling errors in Go programs. | 11 |
pumpkinseed/errors | An error package designed to simplify error management and provide efficient allocation of error objects. | 7 |
emperror/emperror | Tools and strategies for handling errors in Go applications | 344 |
cdepillabout/servant-checked-exceptions | A library for specifying and handling type-level errors in Servant APIs. | 73 |
amuzatkts/jsonapi-errors | Provides error bindings based on the JSON API reference | 14 |
gabriella439/haskell-errors-library | A type-safe approach to error handling in the Haskell programming language | 64 |
mvmaasakkers/go-problemdetails | Provides a standardized data format for error messages in web applications | 17 |
rotisserie/eris | An error handling library with readable stack traces and flexible formatting support. | 1,501 |
airbrake/gobrake | A Go notifier package for sending errors to the Airbrake dashboard | 105 |