Skip to content

errors

ResponseError

Bases: Exception

Exception raised when an HTTP response is malformed.

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