From f83c47fab8ae2cf103662cee045aa1b6c4feca96 Mon Sep 17 00:00:00 2001 From: tumGER <25822956+tumGER@users.noreply.github.com> Date: Fri, 8 Feb 2019 13:47:31 +0100 Subject: [PATCH] [ERR] Sync with switchbrew wiki --- helpers/errcodes.py | 49 ++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 3 deletions(-) diff --git a/helpers/errcodes.py b/helpers/errcodes.py index 753565d..288f8a4 100644 --- a/helpers/errcodes.py +++ b/helpers/errcodes.py @@ -1,3 +1,4 @@ +# Date: 08.02.2019 switch_modules = { 1: "Kernel ", 2: "FS ", @@ -69,8 +70,8 @@ switch_modules = { 154: "NPNS ", 155: "NPNS HTTP Stream ", 157: "ARP ", - 158: "SWKBD ", - 159: "Boot ", + 158: "Boot ", + 159: "SWKBD ", 161: "NFC Mifare ", 162: "Userland assert ", 163: "Fatal ", @@ -78,6 +79,7 @@ switch_modules = { 165: "SPSM ", 167: "BGTC ", 168: "Userland crash ", + 178: "PDM", 179: "OLSC ", 180: "SREPO ", 181: "Dauth ", @@ -324,7 +326,7 @@ switch_known_errcodes = { 0xCA1A: "Unknown TZ error ", 0xD01A: "All AES engines busy ", 0xD21A: "Invalid AES engine-id ", - 0x19669: "Setting value cannot be NULL ", + 0x19669: "Null settings value", 0x1A069: "Null setting value size buffer ", 0x1A269: "Null debug mode flag buffer ", 0x1BA69: "Setting group name has zero length ", @@ -487,6 +489,47 @@ switch_known_errcodes = { 0x315B: "Failed to unmap code memory (.text). ", 0x335B: "Failed to unmap code memory (.rodata). ", 0x355B: "Failed to unmap code memory (.data+.bss). ", + 0x190B2: "File storage failure", + 0x12CB2: "Service unavailable", + 0xCAB2: "User does not exist", + 0xC8B2: "Invalid user ID", + 0x885: "Invalid parameter", + 0x485: "Invalid DVFS table ID", + 0x480: "Storage not available.", + 0x1987E: "Development/debug-only behavior", + 0xD27E: "Invalid database entry count", + 0xCE7E: "Invalid database signature value (should be \"NFDB\")", + 0x87E: "Entry not found", + 0x27E: "Invalid argument", + 0x7BC74: "Unimplemented functionality", + 0x7BA74: "Entry not found", + 0x70C74: "Value out of valid range", + 0x70A74: "Null pointer", + 0x64274: "Memory allocation failure", + 0x19274: "Signed overflow/underflow", + 0x19074: "Invalid time comparison", + 0xC72: "Unsupported operation", + 0x74: "Time service not initialized", + 0x19A69: "Null settings value buffer", + 0x19469: "Null settings key", + 0x19269: "Null settings name", + 0x3DD402: "RomFs table: Path is file, not directory", + 0x3DCC02: "RomFs directory has no more child directories/files when iterating", + 0x3DCA02: "RomFs table: Unable to add new file", + 0x3DC802: "RomFs table: Unable to add new directory", + 0x3DC602: "RomFs table: Insufficient space to add new entry", + 0x3DC402: "RomFs table: Entry already exists when trying to add a new entry", + 0x3DC002: "RomFs table: Directory not found", + 0x3DBE02: "RomFs table: File not found", + 0x3DBC02: "RomFs table: Entry not found in dictionary", + 0x327A02: "FS allocator alignment violation", + 0x244E02: "Calculated Partition FS header size changed between 2 consecutive reads", + 0x244C02: "Invalid name offset for Partition FS file entry", + 0x244A02: "Invalid HFS0 magic", + 0x244802: "Invalid PFS0 magic", + 0x244602: "Invalid Partition FS hash", + 0x244402: "Invalid Partition file hashed region bounds", + 0xE02: "Resource already in use (file already opened, savedata filesystem already mounted).", # FS Codes