go-problemdetails
Error data format
Provides a standardized data format for error messages in web applications
Problem json implementation (https://tools.ietf.org/html/rfc7807) package for go
17 stars
2 watching
2 forks
Language: Go
last commit: almost 5 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
ddymko/go-jsonerror | Creates JSON error responses following the JsonApi specification | 16 |
amuzatkts/jsonapi-errors | Provides error bindings based on the JSON API reference | 14 |
emperror/emperror | Tools and strategies for handling errors in Go applications | 342 |
joomcode/errorx | An error handling library designed to improve conventional approaches in Go by providing composable and expressive errors with debug information. | 1,181 |
cockroachdb/errors | Library providing a standardized way to handle and propagate errors across networked systems. | 2,118 |
southclaws/fault | Provides an extensible error handling mechanism with structured metadata and composable error wrapping utilities. | 164 |
neuronlabs/errors | Provides a simple and classified error handling system with advanced features like classification primitives and detailed error structures. | 6 |
koajs/error | Middleware for handling error responses in web applications. | 102 |
getsentry/sentry-go | Provides a Go client for integrating error reporting and performance tracking into applications. | 922 |
ztrue/tracerr | A utility library to format and handle errors with stack traces in Go programming language. | 1,033 |
aybabtme/logzalgo | A custom log formatter for Go applications inspired by a memorable error message from the 2014s. | 213 |
emersion/go-message | A library for working with internet message formats, including email and MIME. | 387 |
emperror/errors | Provides a unified error handling package with features from standard libraries and pkg/errors. | 198 |
snwfdhmp/errlog | A tool to improve error logging and debugging in Go by providing detailed information about the source of errors. | 459 |
a8m/golang-cheat-sheet | A comprehensive guide to Go syntax and features for developers | 8,415 |