error-wrapping
There are 6 repositories under error-wrapping topic.
icelolly/go-errors
Flexible, general-purpose error handling for Go.
nickuraltsev/composite-error
Error wrapping in Node.js
amkjs/amk-wrap
function wrapper to catch errors in express.js controllers
w1ck3dg0ph3r/go-errors
Package errors provides error wrapping with stack trace and human-readable operations.
central182/errlist
Boilerplate-free error wrapping in Go. (Deprecrated since Go 1.20: use errors.Join instead.)
ngopher/gerrors
A lightweight wrapping around Golang std errors for using in micro-service arch