Skip to main content
Module

x/discord_api_types/voice/mod.ts>VoiceCloseCodes

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

Members

AlreadyAuthenticated

You sent more than one identify payload. Stahp

AuthenticationFailed

The token you sent in your identify payload is incorrect

Disconnected = 4014

Either the channel was deleted, you were kicked, or the main gateway session was dropped. Should not reconnect

FailedToDecode

You sent a invalid payload in your identifying to the Gateway

NotAuthenticated

You sent a payload before identifying with the Gateway

ServerNotFound = 4011

We can't find the server you're trying to connect to

SessionNoLongerValid

Your session is no longer valid

SessionTimeout = 4009

Your session has timed out

UnknownEncryptionMode

We didn't recognize your encryption

UnknownOpcode = 4001

You sent an invalid opcode

UnknownProtocol

We didn't recognize the protocol you sent

VoiceServerCrashed

The server crashed. Our bad! Try resuming