Error codes: Difference between revisions
Moosehunter (talk | contribs) |
Moosehunter (talk | contribs) →Error codes: Add some codes used by nn::fs::HierarchicalRomFileTable |
||
Line 467: | Line 467: | ||
| 0x339602 || 2 || 6603 || Directory not found. | | 0x339602 || 2 || 6603 || Directory not found. | ||
|- | |- | ||
| 0x3DC402 || 2 || 7906 || RomFs table | | 0x3DBC02 || 2 || 7902 || RomFs table: Entry not found in dictionary | ||
|- | |||
| 0x3DBE02 || 2 || 7903 || RomFs table: File not found | |||
|- | |||
| 0x3DC002 || 2 || 7904 || RomFs table: Directory not found | |||
|- | |||
| 0x3DC402 || 2 || 7906 || RomFs table: Entry already exists when trying to add a new entry | |||
|- | |||
| 0x3DC602 || 2 || 7907 || RomFs table: Insufficient space to add new entry | |||
|- | |||
| 0x3DC802 || 2 || 7908 || RomFs table: Unable to add new directory | |||
|- | |||
| 0x3DCA02 || 2 || 7909 || RomFs table: Unable to add new file | |||
|- | |- | ||
| 0x3DCC02 || 2 || 7910 || RomFs directory has no more child directories/files when iterating | | 0x3DCC02 || 2 || 7910 || RomFs directory has no more child directories/files when iterating |