Error codes: Difference between revisions
Add more error codes related to FAT filesystems |
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. |
||
| Line 287: | Line 287: | ||
| 0x41001 || 1 || 520 || Process not being debugged | | 0x41001 || 1 || 520 || Process not being debugged | ||
|- | |- | ||
| 0x202 || 2 || 1 || | | 0x202 || 2 || 1 || Path does not exist. | ||
|- | |- | ||
| 0x402 || 2 || 2 || | | 0x402 || 2 || 2 || Path already exists. | ||
|- | |- | ||
| 0xE02 || 2 || 7 || Savedata [[Filesystem_services|already]] mounted | | 0xE02 || 2 || 7 || Savedata [[Filesystem_services|already]] mounted | ||