Error codes: Difference between revisions

Lioncache (talk | contribs)
Add VI error code that indicates unsupported/unimplemented operations (this is used as a return value in some stubbed functions within vtables)
Roblabla (talk | contribs)
0xE02 also happens for files if it's already opened.
Line 297: Line 297:
| 0x402 || 2 || 2 || Path already exists.
| 0x402 || 2 || 2 || Path already exists.
|-
|-
| 0xE02 || 2 || 7 || Savedata [[Filesystem_services|already]] mounted
| 0xE02 || 2 || 7 || Resource already in use (file already opened, savedata filesystem already mounted).
|-
|-
| 0x4602 || 2 || 35 || Not enough free space for BIS Calibration partition.
| 0x4602 || 2 || 35 || Not enough free space for BIS Calibration partition.