Files
zima-apps/Apps/ark-suac/ark-survival-ascended-linux-container-image/root/usr/share/asa-ctrl/exit_codes.rb
T
2026-03-23 21:23:16 +01:00

11 lines
213 B
Ruby

module AsaCtrl
module ExitCodes
OK = 0
CORRUPTED_MODS_DATABASE = 1
MOD_ALREADY_ENABLED = 2
RCON_PASSWORD_NOT_FOUND = 3
RCON_PASSWORD_WRONG = 4
RCON_COMMAND_EXECUTION_FAILED = 5
end
end