Error codes: Difference between revisions
Added error code 105: http request timed out |
No edit summary |
||
(7 intermediate revisions by 6 users not shown) | |||
Line 19: | Line 19: | ||
|} | |} | ||
Description ranges: | For the description field, codes in range 1000(?)~1023 is common to all modules, while codes outside this range are defined independently by each module. | ||
Description ranges: (some if not all of these could be specifically for fs-module) | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
Line 28: | Line 30: | ||
| 100-179 | | 100-179 | ||
| Not found | | Not found | ||
|- | |||
| 130-179 (subset of previous) | |||
| Media not found | |||
|- | |- | ||
| 180-199 | | 180-199 | ||
Line 40: | Line 45: | ||
| 230-339 | | 230-339 | ||
| Unacceptable | | Unacceptable | ||
|- | |||
| 260-279 (subset of previous) | |||
| Write protected | |||
|- | |||
| 360-389 | |||
| Bad format | |||
|- | |- | ||
| 390-399 | | 390-399 | ||
| Verification failure | | Verification failure | ||
|- | |||
| 600-629 | |||
| Out of resources | |||
|- | |||
| 630-660 | |||
| Access denied | |||
|- | |||
| 700-729 | |||
| Invalid argument | |||
|- | |||
| 730-749 | |||
| Not initialized | |||
|- | |||
| 750-759 | |||
| Already initialized | |||
|- | |- | ||
| 760-779 | | 760-779 | ||
Line 65: | Line 91: | ||
|- | |- | ||
| 5 | | 5 | ||
| | | Invalid string length. This error is returned when service name length is greater than 8 or zero. (srv) | ||
|- | |- | ||
| 6 | | 6 | ||
| Access denied | | Access denied. This error is returned when you request a service that you don't have access to. (srv) | ||
|- | |- | ||
| 7 | | 7 | ||
| String | | String size does not match string contents. This error is returned when service name contains an unexpected null byte. (srv) | ||
|- | |- | ||
| 8 | | 8 | ||
Line 81: | Line 107: | ||
| 26 | | 26 | ||
| Session closed by remote (os) | | Session closed by remote (os) | ||
|- | |||
| 32 | |||
| Empty CIA? (AM) | |||
|- | |- | ||
| 37 | | 37 | ||
Line 93: | Line 122: | ||
| 44 | | 44 | ||
| Trying to uninstall system-app (AM) | | Trying to uninstall system-app (AM) | ||
|- | |||
| 47 | |||
| Invalid command header (OS) | |||
|- | |- | ||
| 101 | | 101 | ||
Line 99: | Line 131: | ||
| 105 | | 105 | ||
| Request timed out (http) | | Request timed out (http) | ||
|- | |||
| 106 | |||
| Invalid signature/CIA? (AM) | |||
|- | |- | ||
| 120 | | 120 | ||
Line 117: | Line 152: | ||
| 392 | | 392 | ||
| RSA/AES-MAC verification failed? (fs) | | RSA/AES-MAC verification failed? (fs) | ||
|- | |||
| 393 | |||
| Invalid database? (AM) | |||
|- | |- | ||
| 395 | | 395 | ||
Line 131: | Line 169: | ||
|- | |- | ||
| 1000 | | 1000 | ||
| Invalid | | Invalid selection | ||
|- | |- | ||
| 1001 | | 1001 | ||
Line 286: | Line 324: | ||
|- | |- | ||
| 10 | | 10 | ||
| | | GSP | ||
|- | |- | ||
| 11 | | 11 | ||
Line 493: | Line 531: | ||
|- | |- | ||
| 79 | | 79 | ||
| | | Web Browser | ||
|- | |- | ||
| 80 | | 80 | ||
| | | Test | ||
|- | |- | ||
| 81 | | 81 | ||
| | | ENC | ||
|- | |- | ||
| 82 | | 82 | ||
| | | PIA | ||
|- | |- | ||
| 83 | | 83 | ||
| | | ACT | ||
|- | |||
| 84 | |||
| VCTL | |||
|- | |||
| 85 | |||
| OLV | |||
|- | |||
| 86 | |||
| NEIA | |||
|- | |||
| 87 | |||
| NPNS | |||
|- | |||
| 90 | |||
| AVD | |||
|- | |||
| 91 | |||
| L2B | |||
|- | |- | ||
| 92 | | 92 | ||
| MVD | | MVD | ||
|- | |||
| 93 | |||
| NFC | |||
|- | |||
| 94 | |||
| UART | |||
|- | |||
| 95 | |||
| SPM | |||
|- | |- | ||
| 96 | | 96 | ||
| QTM | | QTM | ||
|- | |||
| 97 | |||
| NFP (amiibo) | |||
|- | |- | ||
| 254 | | 254 |