Error codes: Difference between revisions
No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
| 0 | | 0 | ||
| Success | | Success | ||
|- | |||
| 2 | |||
| Invalid memory permissions (kernel) | |||
|- | |- | ||
| 4 | | 4 | ||
| Invalid ticket version (AM) | | Invalid ticket version (AM) | ||
|- | |||
| 5 | |||
| String too big? This error is returned when service name length is greater than 8. (srv) | |||
|- | |||
| 6 | |||
| Access denied? This error is returned when you request a service that you don't have access to. (srv) | |||
|- | |||
| 7 | |||
| String too small? This error is returned when service name contains an unexpected null byte. (srv) | |||
|- | |- | ||
| 10 | | 10 | ||
Line 49: | Line 61: | ||
| 44 | | 44 | ||
| Trying to uninstall system-app (AM) | | Trying to uninstall system-app (AM) | ||
|- | |||
| 120 | |||
| Title/object not found? (fs) | |||
|- | |||
| 141 | |||
| Gamecard not inserted? (fs) | |||
|- | |||
| 230 | |||
| Invalid open-flags / permissions? (fs) | |||
|- | |||
| 391 | |||
| NCCH hash-check failed? (fs) | |||
|- | |||
| 392 | |||
| RSA/AES-MAC verification failed? (fs) | |||
|- | |||
| 395 | |||
| RomFS hash-check failed? (fs) | |||
|- | |||
| 630 | |||
| Command not allowed / missing permissions? (fs) | |||
|- | |||
| 702 | |||
| Invalid path? (fs) | |||
|- | |||
| 761 | |||
| Incorrect read-size for ExeFS? (fs) | |||
|- | |- | ||
| 1000 | | 1000 | ||
Line 121: | Line 160: | ||
| 1023 | | 1023 | ||
| Invalid result value | | Invalid result value | ||
|} | |} | ||