mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-github-io
synced 2025-09-05 21:11:18 +02:00
timeout errs
This commit is contained in:
parent
6f5fec7f76
commit
2aae6276c3
@ -8,7 +8,9 @@ const errorCodes = {
|
|||||||
"204034": "Invalid SOAP response",
|
"204034": "Invalid SOAP response",
|
||||||
"204704": "Equivalent to a HTTP 404 error",
|
"204704": "Equivalent to a HTTP 404 error",
|
||||||
"209531": "Page not found",
|
"209531": "Page not found",
|
||||||
"209552": "Server error"
|
"209552": "Server error",
|
||||||
|
"209600": "Connection Timeout, the shop took too long to load",
|
||||||
|
"209601": "Connection Timeout, the shop took too long to load"
|
||||||
};
|
};
|
||||||
|
|
||||||
document.getElementById("submitBtn").addEventListener("click", function() {
|
document.getElementById("submitBtn").addEventListener("click", function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user