mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:17:23 +01:00
18 lines
No EOL
315 B
C#
18 lines
No EOL
315 B
C#
namespace MareSynchronos.WebAPI.SignalR.Utils;
|
|
|
|
public enum ServerState
|
|
{
|
|
Offline,
|
|
Connecting,
|
|
Reconnecting,
|
|
Disconnecting,
|
|
Disconnected,
|
|
Connected,
|
|
Unauthorized,
|
|
VersionMisMatch,
|
|
RateLimited,
|
|
NoSecretKey,
|
|
MultiChara,
|
|
OAuthMisconfigured,
|
|
OAuthLoginTokenStale
|
|
} |