kinnay / NintendoClients

Python package to communicate with Switch, Wii U and 3DS servers
MIT License
537 stars 63 forks source link

Updated Wii U error codes #87

Open jonbarrow opened 1 year ago

jonbarrow commented 1 year ago

The error code documentation listed here https://github.com/Kinnay/NintendoClients/wiki/Wii-U-Error-Codes is very useful for understanding when to throw an error and why, however it remains very incomplete. On Wii U all the error codes and messages are stored in MSBT files. Using these we can get all known error codes and their messages

Attached is a complete list of all error codes and messages on the Wii U. While still incomplete, as not every error code has a message it seems, this is a substantial improvement

101-xxxx.md 102-xxxx.md 103-xxxx.md 104-xxxx.md 105-xxxx.md 106-xxxx.md 108-xxxx.md 109-xxxx.md 115-xxxx.md 118-xxxx.md 120-xxxx.md 124-xxxx.md 125-xxxx.md 126-xxxx.md 150-xxxx.md 151-xxxx.md 152-xxxx.md 155-xxxx.md 156-xxxx.md 157-xxxx.md 158-xxxx.md 161-xxxx.md 162-xxxx.md 165-xxxx.md 166-xxxx.md 167-xxxx.md 168-xxxx.md 199-xxxx.md errors.md

jonbarrow commented 1 year ago

Removed all my previous comments, as they flooded the issue, in favor of attached files