MCPcopy
hub / github.com/Rapptz/discord.py / DiscordServerError

Class DiscordServerError

discord/errors.py:200–208  ·  view source on GitHub ↗

Exception that's raised for when a 500 range status code occurs. Subclass of :exc:`HTTPException`. .. versionadded:: 1.5

Source from the content-addressed store, hash-verified

198
199
200class DiscordServerError(HTTPException):
201 """Exception that's raised for when a 500 range status code occurs.
202
203 Subclass of :exc:`HTTPException`.
204
205 .. versionadded:: 1.5
206 """
207
208 pass
209
210
211class InvalidData(ClientException):

Callers 3

requestMethod · 0.85
requestMethod · 0.85
requestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…