-
Notifications
You must be signed in to change notification settings - Fork 12
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
Question: How to handle error thrown by TiKV #9
Comments
I would like to work on this one, can any maintainer assign this issue to me? |
It seems that |
@anishagg17 As described in the cxx tutorial, any errors from Rust will be wrapped into an instance of |
Hi, @andylokandy can you please share your environment specifications? I have macOS, the
I even tried |
What is the error message it outputs? |
|
Try using the openssl from homebrew: https://formulae.brew.sh/formula/openssh |
still the same error, I have installed |
I am using WSL2 with distro as Ubuntu and the tiup playground nightly runs fine. But when I am trying to run make run-example it says Caused by: |
I think it's a separate problem, perhaps you should open another issue to discuss it |
I try to run the example program while setting up a
tiup-playground
cluster, it throws some errors.For example, if I want to write some code to handle leader not found error, now I have to write it like
Can
client-cpp
throw different kind of Exception? So I can write codes like:The text was updated successfully, but these errors were encountered: