mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-github-io
synced 2025-09-02 19:40:59 +02:00
Edit error.js
This commit is contained in:
parent
6d0989527e
commit
c2b324bf1c
@ -43,7 +43,7 @@ const errorCodes = {
|
||||
"204005": "EC_ERROR_NOMEM ",
|
||||
"204006": "EC_ERROR_NOT_FOUND",
|
||||
"204007": "EC_ERROR_NOT_BUSY: no active async operation",
|
||||
"204008": "EC_ERROR_BUSY ",
|
||||
"204008": "EC_ERROR_BUSY",
|
||||
"204009": "EC_ERROR_NOT_DONE",
|
||||
"204013": "EC_ERROR_NET_NA: Internet access not available",
|
||||
"204015": "EC_ERROR_WS_REPORT: Server reports a problem",
|
||||
@ -160,6 +160,7 @@ const errorCodes = {
|
||||
"204998": "EC_ERROR_NHTTP_PDR",
|
||||
"204999": "EC_ERROR_NHTTP_SRA",
|
||||
"205007": "Invalid NAND Dump (Dolphin only)",
|
||||
"051330": "Internet connection error. The Wii needs a 2.4gHz signal with 802.11b/g/n enabled, and the security set to WPA2-PSK (AES). The channel must also either be set to auto or be less than 12.",
|
||||
"205104": "Could not retrieve points balance",
|
||||
"205114": "Could not convert points balance to integer",
|
||||
"205124": "Cannot find sender friend code",
|
||||
@ -169,6 +170,13 @@ const errorCodes = {
|
||||
"205618": "Wii Points card is for another country",
|
||||
"205621": "Unknown error (possibly ECS gift error?)",
|
||||
"205623": "Trial period for that title expired, you can't download that again",
|
||||
"205600": "Generic ECS (ECommerceSOAP) error.",
|
||||
"205700": "Generic ETS (ETicket Services?) error.",
|
||||
"205800": "Generic PAS (Points Account System?) error.",
|
||||
"205825": "Generic PAS (Points Account System?) error. (PAS_ERROR_CODE)",
|
||||
"205900": "Generic IAS (IdentityAuthenticationSOAP) error.",
|
||||
"206400": "Generic IAS (IdentityAuthenticationSOAP) error.",
|
||||
"206600": "Generic OSS error.",
|
||||
"205625": "ECS Gift error",
|
||||
"205626": "Unable to send present (ECS gift error)",
|
||||
"205627": "Can't buy DLC for a title you don't own.",
|
||||
@ -178,7 +186,7 @@ const errorCodes = {
|
||||
"205645": "Issue with your DSi shop account?",
|
||||
"205646": "Unable to send present (ECS Gift)",
|
||||
"205672": "ECS Account mismatch",
|
||||
"20580X": "Wii Points Card error",
|
||||
"205800": "Wii Points Card error",
|
||||
"205810": "You don't have enough Wii Points / Error while redeeming your download ticket",
|
||||
"205811": "Wii Points card expired",
|
||||
"205815": "Wii Points Card was already used",
|
||||
@ -261,7 +269,7 @@ const errorCodes = {
|
||||
"209593": "Access denied by Opera's Wii Shop domain filter",
|
||||
"209600": "Connection Timeout, the shop took too long to load",
|
||||
"209601": "Connection Timeout, the shop took too long to load",
|
||||
"209620": "Some JS files couldn't be loaded (CheckRegistered.jsp line ~100)",
|
||||
"209620": "Some JS files couldn't be loaded (shopErrCheck)",
|
||||
"209622": "SSL CA unknown / not included in channel",
|
||||
"209622": "SSL CA unknown / not included in channel",
|
||||
"209631": "Invalid SD Card",
|
||||
@ -312,6 +320,10 @@ const errorCodes = {
|
||||
"220106": "Plugin error",
|
||||
"220201": "Not found",
|
||||
"220202": "Connection refused",
|
||||
"220003": "Filtered URL",
|
||||
"220000": "Connection Failed",
|
||||
"220002": "Out of memory",
|
||||
"220001": "Unknown protocol",
|
||||
"250943": "Problems with your Club Nintendo -account. It can't get connected with your shop account"
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user