mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-github-io
synced 2025-09-04 04:21:04 +02:00
more error codes
This commit is contained in:
parent
b62d32eda4
commit
fa8c25135b
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user