-
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
How to do error handling? #5
Comments
Good point. I don't think there's anything in here yet for it for returning any response code other than 0 (OK). I think this is the reason the Ruby implementation requires you to accept the I think it'd be a great idea to at least rescue exceptions and return an internal error if this shard doesn't already do that — it's been a while since I looked at that part of the code. 🙂 |
Yeah, I think two things are missing:
|
Those are two pretty big issues. Are there any plans on implementing them? |
I'm open to suggestions |
I've opened a PR to add status codes. For auth I'm not sure where to start. #13 |
Also I've noticed, the standard "list" command to see available services is not available. This would be a nice addition. |
First of all, this is simply great! Awesome work!!
I am trying to figure out how to properly return errors on exceptions.
Any suggestions?
The text was updated successfully, but these errors were encountered: