Skip to main content
Module

x/discord_api_types/v9.ts>GatewayCloseCodes

Up to date Discord API Typings, versioned by the API version
Go to Latest
enum GatewayCloseCodes
import { GatewayCloseCodes } from "https://deno.land/x/discord_api_types@0.37.11/v9.ts";

Members

AlreadyAuthenticated

You sent more than one identify payload. Don't do that!

AuthenticationFailed

The account token sent with your identify payload is incorrect

See https://discord.com/developers/docs/topics/gateway#identify

DecodeError

You sent an invalid payload to us. Don't do that!

See https://discord.com/developers/docs/topics/gateway#sending-payloads

DisallowedIntents

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 https://discord.com/developers/docs/topics/gateway#gateway-intents

See https://discord.com/developers/docs/topics/gateway#privileged-intents

InvalidAPIVersion

You sent an invalid version for the gateway

InvalidIntents

You sent an invalid intent for a Gateway Intent. You may have incorrectly calculated the bitwise value

See https://discord.com/developers/docs/topics/gateway#gateway-intents

InvalidSeq = 4007

The sequence sent when resuming the session was invalid. Reconnect and start a new session

See https://discord.com/developers/docs/topics/gateway#resume

InvalidShard

You sent us an invalid shard when identifying

See https://discord.com/developers/docs/topics/gateway#sharding

NotAuthenticated

You sent us a payload prior to identifying

See https://discord.com/developers/docs/topics/gateway#identify

RateLimited

Woah nelly! You're sending payloads to us too quickly. Slow it down! You will be disconnected on receiving this

SessionTimedOut

Your session timed out. Reconnect and start a new one

ShardingRequired

The session would have handled too many guilds - you are required to shard your connection in order to connect

See https://discord.com/developers/docs/topics/gateway#sharding

UnknownError = 4000

We're not sure what went wrong. Try reconnecting?

UnknownOpcode

You sent an invalid Gateway opcode or an invalid payload for an opcode. Don't do that!

See https://discord.com/developers/docs/topics/gateway#payloads-and-opcodes