-
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
Not Found: Uncaught Errors #6
Comments
Honestly, this could be an issue with my unfamiliarity with error handling conventions in jQuery. I've been working with node some lately, and the convention there is to pass the error back as the first parameter of the provided callback, e.g.:
But if there's a better / more standard way for me to be handling these sorts of errors, I'd appreciate the insight! Thanks for writing this cool library. Tom |
Hi Tom, Seattle! Cool, I'm out in the sticks, Enumclaw. Anyways, I think I totally missed the boat on allowing you to pass your own error callback and just hard coded the default. I can change jquery.parse but ideally you pass your own like you are talking about. Will update soon, at least maybe I'll take out the $.error so it's not throwing a real js exception. |
Hi Tom, I just added an optional error callback to every method except Check out the differences in errors when making a bad delete request.. I found this regarding the "OPTIONS" type being passed in Chrome |
Awesome. Thanks for the quick response. Yeah, I was seeing the |
Hi,
I'm getting uncaught errors when I encounter a failed interaction with Parse (e.g. attempt to login with the wrong user / password combo).
Any idea where this is coming from?
Thanks!
The text was updated successfully, but these errors were encountered: