From fa8c25135ba6782cd241f561d1e4dd9c9ebd1b35 Mon Sep 17 00:00:00 2001 From: idkwhereisthisname Date: Sun, 6 Apr 2025 10:58:33 +0200 Subject: [PATCH] more error codes --- meta/error.js | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/meta/error.js b/meta/error.js index cb2e9f3..f65b17c 100644 --- a/meta/error.js +++ b/meta/error.js @@ -10,7 +10,25 @@ const errorCodes = { "209531": "Page not found", "209552": "Server error", "209600": "Connection Timeout, the shop took too long to load", - "209601": "Connection Timeout, the shop took too long to load" + "209601": "Connection Timeout, the shop took too long to load", + "205625": "ECS Gift error", + "220003": "The requested URL was filtered by Opera's filter", + "205968": "Bad device code", + "205646": "Unable to send present (ECS Gift)", + "205627": "Can't buy DLC for a title you don't own.", + "205672": "ECS Account mismatch", + "205826": "Server under heavy load.", + "205829": "Server under heavy load", + "205969": "Server under heavy load", + "206670": "Invalid friend code", + "206671": "Invalid/Wrong Wii Shop title ID", + "206672": "No title info (Wii Shop)", + "206673": "Invalid registration status", + "206674": "Unexpected eclib error", + "209800": "No DNS Entry for oss-auth.shop.wii.com", + "220202": "Connection refused", + "209593": "Access denied by Opera's Wii Shop domain filter", + "209531": "Equivalent to a HTTP 404 error" }; document.getElementById("submitBtn").addEventListener("click", function() {