-
Notifications
You must be signed in to change notification settings - Fork 30
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
Generic Error Message Not Included In Message #203
Comments
Hi @criminosis sure, can you provide a PR for this? |
Sure i can do the release :) |
Thank you! |
@criminosis released :) |
@wolf4ood Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@wolf4ood would it be possible to include the wrapped error message in the thiserror annotation for the Generic Error?
I think it'd just need to be changed to something like:
As it stands I keep having this error occur and
data store disconnected
gets logged, but I don't have any context as to why.Sort of tangental to the issue but is it expected for when this error occurs to drop the client and manually re-create it? Currently I just keep retrying the same traversal, but once whatever error this is starts to happen it seems to keep failing in my retry loop until I restart the program.
The text was updated successfully, but these errors were encountered: