CoinMetricsClientConnectionError

exception coinmetrics._exceptions.CoinMetricsClientConnectionError(
    original_error,
    *args,
    **kwargs,
)

Bases: Exceptionarrow-up-right

Raised when a connection error occurs (ConnectionResetError, ChunkedEncodingError).

Last updated

Was this helpful?