Skip to content

Commit

Permalink
[voice] add 4020 (Bad request) close event code (#7344)
Browse files Browse the repository at this point in the history
* [voice] add 4020 (Bad request) close event code

* fix the table
  • Loading branch information
birarda authored Jan 14, 2025
1 parent 0687168 commit e7913ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/topics/Opcodes_and_Status_Codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Our voice gateways have their own set of opcodes and close codes.
| 4014 | Disconnected | Channel was deleted, you were kicked, voice server changed, or the main gateway session was dropped. Should not reconnect. |
| 4015 | Voice server crashed | The server crashed. Our bad! Try [resuming](#DOCS_TOPICS_VOICE_CONNECTIONS/resuming-voice-connection). |
| 4016 | Unknown encryption mode | We didn't recognize your [encryption](#DOCS_TOPICS_VOICE_CONNECTIONS/transport-encryption-and-sending-voice). |
| 4020 | Bad request | You sent a malformed request |

## HTTP

Expand Down

0 comments on commit e7913ea

Please sign in to comment.