angular-soap
angular-soap copied to clipboard
Param ‘e’ is null. Cannot set constructor of null
I’m working with it but i obtained an error in callback function. Param ‘e’ is null. But call soap goes OK and my server answer good. What is the problem?
if(!e || e.constructor.toString().indexOf("function Error()") != -1){ instead of if(e.constructor.toString().indexOf("function Error()") != -1){
Can someone make a PR with this?