dico.exception module
- exception dico.exception.WebsocketClosed
Bases:
DicoExceptionWebsocket is closed, so this action could not be performed.
- exception dico.exception.WebsocketRateLimited(left)
Bases:
DicoExceptionWebsocket is rate limit, try again later.
- exception dico.exception.DownloadFailed(url, code, resp)
Bases:
DicoExceptionDownloading something has failed.
- exception dico.exception.VoiceTimeout
Bases:
DicoExceptionFailed to connect to voice before timeout. Try again.
- exception dico.exception.HTTPError(route, code, resp)
Bases:
DicoExceptionSpecial exception class for HTTP.
- exception dico.exception.Forbidden(route, code, resp)
Bases:
HTTPErrorWe don’t have permission for this request.
- exception dico.exception.NotFound(route, code, resp)
Bases:
HTTPErrorThis request isn’t something available.