1
0
Fork 0
forked from Simnation/Main
Main/resources/[voice]/saltychat/client/enums/Error.lua
2025-06-07 08:51:21 +02:00

13 lines
232 B
Lua

---@enum Error
Error = {
OK = 0,
InvalidJson = 1,
NotConnectedToServer = 2,
AlreadyInGame = 3,
ChannelNotAvailable = 4,
NameNotAvailable = 5,
InvalidValue = 6,
ServerBlacklisted = 100,
ServerUnderlicensed = 101
}