-
Notifications
You must be signed in to change notification settings - Fork 3
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
add custom errors compatible with std #18
Conversation
c75d961
to
b842997
Compare
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.
Some small suggestions to tidy up things, but also some suggested fixes as the code currently doesn't compile.
to be used for internal code and not abuse StatusCode errors from protocol Co-authored-by: Sander van Harmelen <[email protected]>
thanks. My last commit was obviosuly done far too fast. But my main question/proposition with that MR is to create that enum for std compatible errors. I was suprised they did not exist in current code base. I thought maybe I was missing something.. |
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.
Just two more little typos and then this should be good to go 👍🏻
Co-authored-by: Sander van Harmelen <[email protected]>
Co-authored-by: Sander van Harmelen <[email protected]>
@svanharmelen for some reason, you still have some "change request" preventing the merge But I cannot see for what... |
GitHub doesn't automatically dismiss a review when changes are requested (even if those changes are implemented). So once your done (which I can see your are) I can/should take another look and approve the changes if all is good now. |
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.
LGTM 👍🏻
to be used for internal code and not abuse
StatusCode errors from protocol