export declare enum GatewayCloseCodes
Members
The account token sent with your identify payload is incorrect
See also: https://discord.com/developers/docs/topics/gateway-events#identify
You sent an invalid payload to us. Don't do that!
See also: https://discord.com/developers/docs/topics/gateway#sending-events
You sent a disallowed intent for a Gateway Intent. You may have tried to specify an intent that you have not enabled or are not whitelisted for
See also: https://discord.com/developers/docs/topics/gateway#gateway-intentshttps://discord.com/developers/docs/topics/gateway#privileged-intents
You sent an invalid intent for a Gateway Intent. You may have incorrectly calculated the bitwise value
See also: https://discord.com/developers/docs/topics/gateway#gateway-intents
The sequence sent when resuming the session was invalid. Reconnect and start a new session
See also: https://discord.com/developers/docs/topics/gateway-events#resume
You sent us an invalid shard when identifying
See also: https://discord.com/developers/docs/topics/gateway#sharding
You sent us a payload prior to identifying
See also: https://discord.com/developers/docs/topics/gateway-events#identify
Woah nelly! You're sending payloads to us too quickly. Slow it down! You will be disconnected on receiving this
The session would have handled too many guilds - you are required to shard your connection in order to connect
See also: https://discord.com/developers/docs/topics/gateway#sharding
You sent an invalid Gateway opcode or an invalid payload for an opcode. Don't do that!
See also: https://discord.com/developers/docs/topics/gateway-events#payload-structure