extractor: add error code messages around 3990 (#3699)

Also added a new error code to make invalid folder paths hopefully more
clear/obvious.
This commit is contained in:
Tyler Wilding
2024-10-05 01:45:29 -04:00
committed by GitHub
parent cb4f7772bb
commit eb544bcfc0
3 changed files with 10 additions and 3 deletions
@@ -1,4 +1,10 @@
{
"3990": {
"msg": "Provided invalid or missing arguments"
},
"3991": {
"msg": "Input path(s) do not exist"
},
"4000": {
"msg": "Validation Failed: Cannot locate ELF"
},