exception documentation

class ResponseError(HTTPError): (source)

View In Hierarchy

Used as a container for an error reason supplied in a MaxRetryError.

Constant GENERIC_ERROR Undocumented
Constant SPECIFIC_ERROR Undocumented
GENERIC_ERROR: str = (source)

Undocumented

Value
'too many error responses'
SPECIFIC_ERROR: str = (source)

Undocumented

Value
'too many {status_code} error responses'