-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BE1] Better error handling #1902
[BE1] Better error handling #1902
Conversation
…ma_validator.go, jsonRPC.go and messagedata
Pull reviewers statsStats of the last 30 days for popstellar:
|
Quality Gate passed for 'PoP - Fe1-Web'Issues Measures |
…for root repository
…b.com:dedis/popstellar into work-be1-stuart-etienne-better-error-handling
Quality Gate passed for 'PoP - PoPCHA-Web-Client'Issues Measures |
Quality Gate passed for 'PoP - Be2-Scala'Issues Measures |
Quality Gate failed for 'PoP - Be1-Go'Failed conditions |
Quality Gate passed for 'PoP - Fe2-Android'Issues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
blind approval
This PR has for purpose to rework all the errors to prepare the code for having better logs.
We removed the bad return type *answer.Error from everywhere and replace it with error, for that we created an error type with a stacktrace for this project named PopError.