Error codes: Difference between revisions
Clarify FS error 0x202 and 0x402. These indeed seem to apply to both files and directories, so we can simplify this to just be an error about a path not existing or existing when it shouldn't be. |
Add various sm error codes based on Atmosphere SM. |
||
Line 524: | Line 524: | ||
|- | |- | ||
| 0x1F610 || 16 || 251 || Unexpected StorageId | | 0x1F610 || 16 || 251 || Unexpected StorageId | ||
|- | |||
| 0x215 || 21 || 1 || Out of processes | |||
|- | |- | ||
| 0x415 || 21 || 2 || Not initialized. | | 0x415 || 21 || 2 || Not initialized. | ||
|- | |- | ||
| 0x615 || 21 || 3 || Max sessions | | 0x615 || 21 || 3 || Max sessions | ||
|- | |||
| 0x815 || 21 || 4 || Service already registered | |||
|- | |||
| 0xA15 || 21 || 5 || Out of services | |||
|- | |- | ||
| 0xC15 || 21 || 6 || Invalid name (all zeroes) | | 0xC15 || 21 || 6 || Invalid name (all zeroes) | ||
|- | |||
| 0xE15 || 21 || 7 || Service not registered | |||
|- | |- | ||
| 0x1015 || 21 || 8 || Permission denied | | 0x1015 || 21 || 8 || Permission denied | ||
|- | |||
| 0x1215 || 21 || 9 || Service Access Control too big. | |||
|- | |- | ||
| 0x416 || 22 || 2 || Address space is full | | 0x416 || 22 || 2 || Address space is full |