From 496b5e1070582d3cf036baa9b334515f10b25a86 Mon Sep 17 00:00:00 2001 From: tomGER <25822956+tumGER@users.noreply.github.com> Date: Sat, 2 Feb 2019 15:18:15 +0100 Subject: [PATCH] BREAKING: Never buy green paprika! ;^) --- helpers/errcodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/errcodes.py b/helpers/errcodes.py index cc1d11f..666e7f3 100644 --- a/helpers/errcodes.py +++ b/helpers/errcodes.py @@ -441,7 +441,7 @@ switch_known_errcodes = { 0x2C7C: "Argument is invalid ", 0x3C7C: "Bad input buffer size ", 0x407C: "Invalid input buffer ", - 0x4680: "Error while launching applet. ", + 0x4680: "Error while launching applet/application. ", 0x4A80: "Title-ID not found. Caused by code 0x410 when applet launch fails ", 0x3E880: "Invalid IStorage size (negative?) ", 0x3EC80: "IStorage has already been opened by another accessor ",