Namespace DSharpPlus.Exceptions
Classes
- BadRequestException
- Represents an exception thrown when a malformed request is sent. 
- NotFoundException
- Represents an exception thrown when a requested resource is not found. 
- RateLimitException
- Represents an exception thrown when too many requests are sent. 
- RequestSizeException
- Represents an exception thrown when the request sent to Discord is too large. 
- ServerErrorException
- Represents an exception thrown when Discord returns an Internal Server Error. 
- UnauthorizedException
- Represents an exception thrown when requester doesn't have necessary permissions to complete the request.