quorum-key-manager icon indicating copy to clipboard operation
quorum-key-manager copied to clipboard

Use stdlib `errors` package

Open dolanor opened this issue 4 years ago • 0 comments

We could remove some of our error handling code using the stdlib errors package and wrap the errors to check if they are/wrap of specific type/value. That would make it more idiomatic and people wouldn't have to dig our own way of dealing with errors (which in the end, is quite similar to what the stdlib offers)

dolanor avatar Aug 02 '21 15:08 dolanor