errors ResponseError Bases: Exception Exception raised when an HTTP response is malformed. Source code in dimine_python_sdk\models\errors.py 2 3 4class ResponseError(Exception): """Exception raised when an HTTP response is malformed.""" pass