mirror of
https://github.com/open-goal/jak-project
synced 2026-06-28 19:21:06 -04:00
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:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user