Closed
Description
I'm having a lot of difficulty with connect ETIMEDOUT and agilecrm server but that's not the issue here. I was experiencing some of them while using the contact update method. Digging into your code, I found that some error handling code is missing for a lot of methods
.add()
.update()
.deleteContact()
(and 20 more)
Please consider adding this piece of code like you did for .getContactById()
/*https request*/
.on("error", function(e){
if (failure) {
failure(e);
}
});
Thx
Metadata
Metadata
Assignees
Labels
No labels