From 2aae6276c35dc4f0cf0554fded37ca4df8edcfe9 Mon Sep 17 00:00:00 2001 From: ChrisplayzWii <191655784+ChrisplayzYT@users.noreply.github.com> Date: Sat, 5 Apr 2025 13:24:12 -0500 Subject: [PATCH] timeout errs --- meta/error.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/error.js b/meta/error.js index 7f41ba6..25cbb44 100644 --- a/meta/error.js +++ b/meta/error.js @@ -8,7 +8,9 @@ const errorCodes = { "204034": "Invalid SOAP response", "204704": "Equivalent to a HTTP 404 error", "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() { @@ -26,4 +28,4 @@ document.getElementById("submitBtn").addEventListener("click", function() { } }); -function refreshPage() {location.reload();} \ No newline at end of file +function refreshPage() {location.reload();}