xeptore / flaw

Go errors with contextual information

Home Page:https://pkg.go.dev/github.com/xeptore/flaw/v8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle joined errors

xeptore opened this issue · comments

Used in scenarios such as defer calls where there is also a new error created inside deferred function, e.g., rolling database transaction back due to a previous error in a query.