Commit graph

25 commits

Author SHA1 Message Date
Daniel López Guimaraes
a93bcea28a
feat: Add AC error names for 3DS
These error names were found inside a game with a function for logging
an error result. The results were then mapped to the matching error
codes using the conversion inside the code of the sysmodule.

The error names may be repeated among errors starting with the same
pattern. This is intended, since the last two numbers represent unknown
additional error information complementing the result (except for value
99, which can be mapped to a different error name).

Some of the error codes had multiple result names mapped to them. In
those cases, no changes were made for clarity and avoid misinformation.
2024-12-14 17:46:26 +00:00
Jonathan Barrow
e3e38df590
Merge pull request #15 from PretendoNetwork/license-change 2024-10-18 13:12:18 -04:00
Jonathan Barrow
18c143125d
chore: change license to more permissive LGPL 2024-10-16 14:16:32 -04:00
Jonathan Barrow
6f531e792e
Merge pull request #14 from PretendoNetwork/pia-errors 2024-10-14 11:37:52 -04:00
Daniel López Guimaraes
23a67f3e9b feat: Add PIA error names
The names are extracted from Minecraft Wii U.
2024-10-13 21:52:39 +01:00
Jonathan Barrow
b9e9ec021e
Merge pull request #10 from Spletz47/165-Errors 2024-09-01 13:52:21 -04:00
Spletz
a3fe353062
chore: all 165 errors 2024-08-08 14:59:35 +10:00
Jonathan Barrow
c8f099f10c
chore: merge dev into master 2024-06-03 17:27:44 -04:00
Jonathan Barrow
edcb00121f
chore: bump npm version 2024-06-03 17:12:23 -04:00
Jonathan Barrow
458d7c79c5
chore: add default text for missing causes and solutions 2024-06-03 17:11:03 -04:00
Jonathan Barrow
7de56e9a05
chore: added support links to all errors 2024-06-03 17:07:59 -04:00
Jonathan Barrow
e066446c7f
Merge pull request #3 from CaramelKat/dev 2024-06-02 19:54:30 -04:00
Jemma
b956f30363 fix: add missing description file for 727 error code translations 2024-06-02 18:53:29 -05:00
Jemma
9d708bed9f 727(Wii U Account Settings): Added error codes for changing birthday and country for the PNID 2024-06-02 17:55:12 -05:00
Jonathan Barrow
45bb404d2d
Merge pull request #2 from PretendoNetwork/dev 2024-05-03 18:32:31 -04:00
Jonathan Barrow
3bcb27a889
chore: bump npm version 2024-05-03 18:30:54 -04:00
Jonathan Barrow
e706fa4795
chore: added information for all errors with support pages 2024-05-03 18:30:31 -04:00
Jonathan Barrow
8bf7973237
chore: bump version to 1.0.1 2024-05-01 17:14:31 -04:00
Jonathan Barrow
6df3a240c7
feat: added utility methods 2024-05-01 17:12:49 -04:00
Jonathan Barrow
8aea965d9b
chore: update README 2024-05-01 17:08:39 -04:00
Jonathan Barrow
6faa48c8f8
chore: moved all data to data folder 2024-05-01 16:51:01 -04:00
Jonathan Barrow
fcca8b1bc9
chore: remove .gitignore 2024-05-01 16:47:50 -04:00
Jonathan Barrow
dc87f8df6e
102(act, Wii U): updated 102-2802 2024-05-01 16:47:16 -04:00
Jonathan Barrow
f8b70fe93c
104(SpotPass, Wii U): added error 104-2210 2024-05-01 15:47:38 -04:00
Jonathan Barrow
2de115344b
chore: initial commit 2024-05-01 15:05:35 -04:00