File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
generator/cybersource-javascript-template Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 738738 } else if (error.code && error.code == "ERR_BAD_REQUEST") {
739739 userError = _this.translate404Error(error);
740740 response = userError.response;
741+ } else if (error.code && error.code == "ETIMEDOUT") {
742+ userError = _this.translateProxyIssue(error);
741743 } else {
742744 userError = _this.translateError(error);
743745 response = userError.response;
760762 } else if (error.code && error.code == "ERR_BAD_REQUEST") {
761763 userError = _this.translate404Error(error);
762764 response = userError.response;
765+ } else if (error.code && error.code == "ETIMEDOUT") {
766+ userError = _this.translateProxyIssue(error);
763767 } else {
764768 userError = _this.translateError(error);
765769 response = userError.response;
You can’t perform that action at this time.
0 commit comments