Expand description
Codes carried by Centrifugo disconnect messages.
Constantsยง
- BAD_
REQUEST - Malformed connection request.
- CHANNEL_
LIMIT - Per-client channel limit exceeded.
- CONNECTION_
LIMIT - Per-user connection limit exceeded.
- EXPIRED
- Expired connection.
- FORCE_
DISCONNECT - Administrative forced disconnect.
- INSUFFICIENT_
STATE - Server lacks enough state to continue the connection.
- INVALID_
TOKEN - Invalid connection token.
- NORMAL
- Normal disconnect.
- SERVER_
ERROR - Internal server failure.
- SHUTDOWN
- Server shutdown.
- SUBSCRIPTION_
EXPIRED - Expired server-side subscription.
- TOO_
MANY_ REQUESTS - Server rate limit exceeded.