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

Always handle errors

Open dolanor opened this issue 4 years ago • 0 comments

Describe the bug

In the code at several places some errors are ignored. We should always handle them, even if it is to log them and not return them. Ignoring them on the other side will make some simple bugs hard to track because the interruption of the error chain.

We can have different strategies how to handle them:

  • use the readiness endpoint to expose
  • log error
  • bubble up error

dolanor avatar Oct 01 '21 13:10 dolanor