agilecrm / javascript-api

Javascript Connector for Agile
42 stars 15 forks source link

No error callbacks are being thrown when receiving bad server response #6

Open danieltott opened 8 years ago

danieltott commented 8 years ago

I've tested this with get_contact, create_contact, and create_deal. I suspect this affects all of the async methods.

when there is some issue with the server response, the error callback never gets thrown. This means there is no way for us to handle unforeseen errors, network failures, and server errors.