| BadRequestException |
When we sent a bad request (HTTP response code 400).
|
| CannotMessageUserException |
When the user of the connected account cannot message a user.
|
| DiscordException |
This exception is always thrown whenever a request to Discord failed.
|
| MissingIntentException |
When a method requires a specific Intent to be usable.
|
| MissingPermissionsException |
When we are not allowed to perform an action (HTTP response code 403).
|
| NotFoundException |
When something was not found (HTTP response code 404).
|
| RatelimitException |
When we encounter a rate limit and ran out of retires.
|
| ReactionBlockedException |
When the user of the connected account cannot add a reaction to a message a user has written.
|
| UnknownEmojiException |
When the emoji that was sent, for example as reaction, is not an emoji Discord knows about.
|
| UnknownMessageException |
When the message that was referenced, for example for adding a reaction to, is not a message Discord knows about
(anymore).
|