Main/resources/[voice]/saltychat/client/enums/Error.lua

14 lines
232 B
Lua
Raw Permalink Normal View History

2025-06-07 08:51:21 +02:00
---@enum Error
Error = {
OK = 0,
InvalidJson = 1,
NotConnectedToServer = 2,
AlreadyInGame = 3,
ChannelNotAvailable = 4,
NameNotAvailable = 5,
InvalidValue = 6,
ServerBlacklisted = 100,
ServerUnderlicensed = 101
}