sdk-node
sdk-node copied to clipboard
Callback now made when error occurs during request execution.
If an error occurred while executing a request, the callback being passed into the execute function was not made. This PR adds that call and passes in the error and response to the callbacks as per Node.js standards: https://nodejs.org/api/errors.html#errors_error_first_callbacks.
@sunnyrajrathod Could you review this please?
@sunnyrajrathod pinging again
@kristian-d We are evaluating this PR and will get back to you soon.