-
Notifications
You must be signed in to change notification settings - Fork 10
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
fix: stacked error messages. #32
Comments
Hi! Could I work on it? |
@katarzynakawala Sure, assigning this to you. If you have any questions do let me know. I would recommend raising a PR after 1 Oct, if you are participating in Hacktoberfest. I posted this issue because I was seeing nested err messages and it would better to implement errors from the user perspective rather than the developer perspective. Currently the errors are lying around everywhere to help debug stuff which is not an ideal behaviour. |
You can also try using a logger to help developers debug |
@katarzynakawala You can also look at modifying message outputs to look better. |
As our major focus was on streaming feature to start. Not much care was taken while writing err messages. Need to modify err messages to only show the direct cause of the err.
The text was updated successfully, but these errors were encountered: