mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 15:02:01 -04:00
eb544bcfc0
Also added a new error code to make invalid folder paths hopefully more clear/obvious.
36 lines
944 B
JSON
36 lines
944 B
JSON
{
|
|
"3990": {
|
|
"msg": "Provided invalid or missing arguments"
|
|
},
|
|
"3991": {
|
|
"msg": "Input path(s) do not exist"
|
|
},
|
|
"4000": {
|
|
"msg": "Validation Failed: Cannot locate ELF"
|
|
},
|
|
"4001": {
|
|
"msg": "Validation Failed: Game serial missing from valid game database"
|
|
},
|
|
"4002": {
|
|
"msg": "Validation Failed: ELF missing from valid game database"
|
|
},
|
|
"4010": {
|
|
"msg": "Validation Failed: Bad or unexpected ISO contents"
|
|
},
|
|
"4011": {
|
|
"msg": "Validation Failed: Extracted an unexpected amount of files from ISO"
|
|
},
|
|
"4020": {
|
|
"msg": "Validation Failed: ISO Extraction failed, output directory did not contain expected files"
|
|
},
|
|
"4030": {
|
|
"msg": "Decompilation Failed: An error occurred"
|
|
},
|
|
"4040": {
|
|
"msg": "Extraction Failed: Provided game data file was not an ISO file"
|
|
},
|
|
"4041": {
|
|
"msg": "Extraction Failed: Provided game data file was corrupt or has unexpected size"
|
|
}
|
|
}
|