RepertoireWebError#
- exception rubin.repertoire.RepertoireWebError(message, *, method=None, url=None, status=None, body=None)#
Bases:
RepertoireError
Exception arising from an HTTP request failure.
- Parameters:
- method#
Method of failing request, if available.
- url#
URL of failing request, if available.
- status#
HTTP status of failing request, if available.
- body#
Body of error message from server, if available.