Using [go-errors/errors](https://pkg.go.dev/github.com/go-errors/errors) will capture a proper stack trace, which `fmt.Errorf` doesn't provide.
Using go-errors/errors will capture a proper stack trace, which
fmt.Errorfdoesn't provide.