exceptions¶
BadRequest (StrReprMixin, HTTPException) ¶
400 Bad Request
Forbidden (StrReprMixin, HTTPException) ¶
403 Forbidden
StrReprMixin (HTTPException) ¶
This mixin can be useful when testing requires a string representation of an exception that contains the HTTPException detail string, rather than the standard Python exception message.
VersionNotSupported (StrReprMixin, HTTPException) ¶
553 Version Not Supported