|
|
|
|
|
by stirante
929 days ago
|
|
We actually did something similar in Go here: https://github.com/Bedrock-OSS/go-burrito I guess the difference we try to make is that we really wanted to make errors that are understandable by users. Each time the error is returned we try to wrap it with an information where and why. |
|