chatflock.web_research.errors¶ Module Contents¶ exception chatflock.web_research.errors.TransientHTTPError(http_status_code, message)¶ Bases: Exception Common base class for all non-exit exceptions. Parameters: http_status_code (int) message (str) http_status_code¶ message¶ exception chatflock.web_research.errors.NonTransientHTTPError(http_status_code, message)¶ Bases: Exception Common base class for all non-exit exceptions. Parameters: http_status_code (int) message (str) http_status_code¶ message¶