Error codes: Difference between revisions
Fixed bit range for Description field |
No edit summary |
||
Line 17: | Line 17: | ||
| 27-31 | | 27-31 | ||
| Level | | Level | ||
|} | |||
Description values: | |||
{| class="wikitable" border="1" | |||
|- | |||
! Num | |||
! Description | |||
|- | |||
| 0 | |||
| Success | |||
|- | |||
| 1000 | |||
| Invalid section | |||
|- | |||
| 1001 | |||
| Too large | |||
|- | |||
| 1002 | |||
| Not authorized | |||
|- | |||
| 1003 | |||
| Already done | |||
|- | |||
| 1004 | |||
| Invalid size | |||
|- | |||
| 1005 | |||
| Invalid enum value | |||
|- | |||
| 1006 | |||
| Invalid combination | |||
|- | |||
| 1007 | |||
| No data | |||
|- | |||
| 1008 | |||
| Busy | |||
|- | |||
| 1009 | |||
| Misaligned address | |||
|- | |||
| 1010 | |||
| Misaligned size | |||
|- | |||
| 1011 | |||
| Out of memory | |||
|- | |||
| 1012 | |||
| Not implemented | |||
|- | |||
| 1013 | |||
| Invalid address | |||
|- | |||
| 1014 | |||
| Invalid pointer | |||
|- | |||
| 1015 | |||
| Invalid handle | |||
|- | |||
| 1016 | |||
| Not initialized | |||
|- | |||
| 1017 | |||
| Already initialized | |||
|- | |||
| 1018 | |||
| Not found | |||
|- | |||
| 1019 | |||
| Cancel requested | |||
|- | |||
| 1020 | |||
| Already exists | |||
|- | |||
| 1021 | |||
| Out of range | |||
|- | |||
| 1022 | |||
| Timeout | |||
|- | |||
| 1023 | |||
| Invalid result value | |||
|- | |||
| 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? (fs) | |||
|} | |} | ||
Line 328: | Line 447: | ||
| 255 | | 255 | ||
| Invalid result value | | Invalid result value | ||
|} | |} | ||