javascript-api icon indicating copy to clipboard operation
javascript-api copied to clipboard

No error callbacks are being thrown when receiving bad server response

Open danieltott opened this issue 10 years ago • 0 comments

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.

danieltott avatar Dec 09 '15 19:12 danieltott