-
Notifications
You must be signed in to change notification settings - Fork 526
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
print error code with more meaningful name #2185
Comments
Hi, I am a newbie in c++ and interested in this issue to try it out. I would like to know if there is some additional information that can help me understand this issue and this project better. |
can i be assigned this issue |
Thank you very much for your interest in this issue, this issue will be assigned to you. |
@beertocode Are you working on this task? any help? |
@beertocode Is this still going on? |
Please assign me. |
@beertocode Due to no feedback for a long time, the issue is reassigned. |
Welcome! |
Hello, I encountered an error when submitting pr, but I don't seem to understand what happened. The error message is as follows:
|
hi, |
Oh, I see, thank you so much. |
@gueFDF you don't have to close and recreate a new pull request if you change something, just add and commit you changes, then |
I see, thank you. |
@gueFDF Are you still going on? |
how should i to find the error path with raw value, i try to search the raw value, but can't find anymore |
Mostly, these error codes/types are usually used as a return value rather than the original value. So, you can try to find places to use them. |
can i be assigned this issue? |
Okay, I know what to do. Thank you, okay |
Is this task over? I see that the event registration there has stopped applying, but see that this issue has not been closed |
Okay, that's okay, I'll see if there's other thing I can do to help |
curve has three types of error codes
curve/include/client/libcurve_define.h
Line 30 in 1493862
curve/src/mds/common/mds_define.h
Line 76 in 1493862
now, in some error path, we only print the raw value of them instead of more meaningful name which result in bad experience.
The text was updated successfully, but these errors were encountered: