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 |
− | |-
| |
− | | 1026
| |
− | | Invalid memory permissions (kernel)
| |
− | |-
| |
− | | 1029
| |
− | | String too big? This error is returned when service name length is greater than 8. (srv)
| |
− | |-
| |
− | | 1030
| |
− | | Access denied? This error is returned when you request a service that you don't have access to. (srv)
| |
− | |-
| |
− | | 1031
| |
− | | String too small? This error is returned when service name contains an unexpected null byte. (srv)
| |
− | |-
| |
− | | 1144
| |
− | | Title/object not found? (fs)
| |
− | |-
| |
− | | 1165
| |
− | | Gamecard not inserted? (fs)
| |
− | |-
| |
− | | 1254
| |
− | | Invalid open-flags / permissions? (fs)
| |
− | |-
| |
− | | 1415
| |
− | | NCCH hash-check failed? (fs)
| |
− | |-
| |
− | | 1416
| |
− | | RSA/AES-MAC verification failed? (fs)
| |
− | |-
| |
− | | 1419
| |
− | | RomFS hash-check failed? (fs)
| |
− | |-
| |
− | | 1654
| |
− | | Command not allowed / missing permissions? (fs)
| |
− | |-
| |
− | | 1726
| |
− | | Invalid path? (fs)
| |
− | |-
| |
− | | 1785
| |
− | | Incorrect read-size for ExeFS? (fs)
| |
− | |-
| |
− | | 2033
| |
− | | Misaligned addr? (kernel)
| |
− | |-
| |
− | | 2039
| |
− | | Invalid handle (kernel)
| |
| |} | | |} |
| | | |