Closed lcalvy closed 1 year ago
Hi,
I'm experiencing a serious issue using
document.remove(MYID, { cancelInvites: true})
This cause a non catchable error because there is a error on line https://github.com/signnow/SignNowNodeSDK/blob/master/lib/document/index.js#L962 with error saying Document not found because document was previously deleted on this line https://github.com/signnow/SignNowNodeSDK/blob/master/lib/document/index.js#L1019
Document not found
The big issue is that this error is not catch by a .catch method and throw without any option to be catched by code calling document.remove
Hi,
I'm experiencing a serious issue using
This cause a non catchable error because there is a error on line https://github.com/signnow/SignNowNodeSDK/blob/master/lib/document/index.js#L962 with error saying
Document not found
because document was previously deleted on this line https://github.com/signnow/SignNowNodeSDK/blob/master/lib/document/index.js#L1019The big issue is that this error is not catch by a .catch method and throw without any option to be catched by code calling document.remove