h1. WHAT * Improve IAdd the generic errors code checks that was implemented in order the pre-commit to allow thrown the error message/details CI
*Links:* * https://medium.com/@sebdah/go-best-practices-error-handling-2d15e1f0c5ee h1. WHY
* In order to It is the dev be able only way to get ensure that the error message to know what is going wrong and be able to solve it. * Currently the response CI will be just 500 fail if the errors are found . * For example, if the error msg The pre-commit hook can be " ignored by `-- no connection" in the DAOs then this error msg should throw to the handler -verify` |
|