-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Error Code Hub #1171
Comments
160002: Cannot reply without permission to read message history Docs PR: discord/discord-api-docs#3738 |
50101: This server needs more boosts to perform this action Docs PR: discord/discord-api-docs#3840 |
30042: Maximum number of guild widget settings updates has been reached. Try again later Docs PR: discord/discord-api-docs#3819 |
30033: Max number of thread participants has been reached (1000) Docs PR: discord/discord-api-docs#3938 |
|
20029: The write action you are performing on the server has hit the write rate limit Docs PR: discord/discord-api-docs#4214 |
50055: Invalid Guild Docs PR: discord/discord-api-docs#4212 |
Implements discord/discord-api-docs#4241. Part of #1171.
Adding error codes will be a continuous effort. Because this only tracks error codes and we're now caught up on error codes, I'm going to close this so we can instead use individual issues. |
This issue will serve as a list of API error codes that need to be added to
http/src/api_error.rs
. This will prevent our issue count from inflating due to the size of these changes.The text was updated successfully, but these errors were encountered: