Error codes: Difference between revisions
No edit summary |
No edit summary |
||
(14 intermediate revisions by 8 users not shown) | |||
Line 17: | Line 17: | ||
| 27-31 | | 27-31 | ||
| Level | | Level | ||
|} | |||
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" | |||
|- | |||
! Num | |||
! Description | |||
|- | |||
| 100-179 | |||
| Not found | |||
|- | |||
| 130-179 (subset of previous) | |||
| Media not found | |||
|- | |||
| 180-199 | |||
| Exists already | |||
|- | |||
| 200-219 | |||
| Not enough space | |||
|- | |||
| 220-229 | |||
| Invalidated archive | |||
|- | |||
| 230-339 | |||
| Unacceptable | |||
|- | |||
| 260-279 (subset of previous) | |||
| Write protected | |||
|- | |||
| 360-389 | |||
| Bad format | |||
|- | |||
| 390-399 | |||
| 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 | |||
| Not supported | |||
|} | |} | ||
Line 36: | 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 | |||
| Camera already in use/busy (qtm). | |||
|- | |- | ||
| 10 | | 10 | ||
Line 49: | Line 107: | ||
| 26 | | 26 | ||
| Session closed by remote (os) | | Session closed by remote (os) | ||
|- | |||
| 32 | |||
| Empty CIA? (AM) | |||
|- | |- | ||
| 37 | | 37 | ||
Line 61: | Line 122: | ||
| 44 | | 44 | ||
| Trying to uninstall system-app (AM) | | Trying to uninstall system-app (AM) | ||
|- | |||
| 47 | |||
| Invalid command header (OS) | |||
|- | |||
| 101 | |||
| Archive not mounted/mount-point not found (fs) | |||
|- | |||
| 105 | |||
| Request timed out (http) | |||
|- | |||
| 106 | |||
| Invalid signature/CIA? (AM) | |||
|- | |- | ||
| 120 | | 120 | ||
Line 70: | Line 143: | ||
| 230 | | 230 | ||
| Invalid open-flags / permissions? (fs) | | Invalid open-flags / permissions? (fs) | ||
|- | |||
| 271 | |||
| Invalid configuration (mvd). | |||
|- | |- | ||
| 391 | | 391 | ||
Line 76: | Line 152: | ||
| 392 | | 392 | ||
| RSA/AES-MAC verification failed? (fs) | | RSA/AES-MAC verification failed? (fs) | ||
|- | |||
| 393 | |||
| Invalid database? (AM) | |||
|- | |- | ||
| 395 | | 395 | ||
| RomFS hash-check failed? (fs) | | RomFS/Savedata hash-check failed? (fs) | ||
|- | |- | ||
| 630 | | 630 | ||
Line 90: | Line 169: | ||
|- | |- | ||
| 1000 | | 1000 | ||
| Invalid | | Invalid selection | ||
|- | |- | ||
| 1001 | | 1001 | ||
Line 245: | Line 324: | ||
|- | |- | ||
| 10 | | 10 | ||
| | | GSP | ||
|- | |- | ||
| 11 | | 11 | ||
Line 452: | 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 | |||
| MVD | |||
|- | |||
| 93 | |||
| NFC | |||
|- | |||
| 94 | |||
| UART | |||
|- | |||
| 95 | |||
| SPM | |||
|- | |||
| 96 | |||
| QTM | |||
|- | |||
| 97 | |||
| NFP (amiibo) | |||
|- | |- | ||
| 254 | | 254 |