-
Notifications
You must be signed in to change notification settings - Fork 31
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
Error codes #103
Comments
What I had in mind:
What do you say? |
Great! It would cover my use case |
If we follow your philosophy we should also mimic nodejs API for errors |
* following the code review * custom errors for github service wip for #103 * fix dropbox error messages are buffers
With Should dropbox service do the same? |
Or maybe fs should remove the folder recursively |
That's a difficult question since I'm mot very fond of On the other hand, I think connectors should implement a |
* following the code review * custom errors for github service wip for #103 * fix dropbox error messages are buffers
Can you confirm @JbIPS that is missing for most connectors (all but github)
|
I'm not sure of what you're saying but
I'm implementing that in |
My bad |
I figured out yesterday it would be very difficult to constrain GitHub and Dropbox to not remove a non-empty folder. So, for coherence sake, maybe Fs should do it too. Maybe we should have a 'compatibility mode' (default to Would that be OK with everyone? |
Following our discussion: unifile should return error status (not logged in, 404, server error...) + the text which is currently returned
If you give me instructions on how to do this I probably will
The text was updated successfully, but these errors were encountered: