For the complete documentation index, see llms.txt. This page is also available as Markdown.

CoinMetricsClientConnectionError

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

Bases: Exception

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

  • Parameters:

    • original_error (Exception)

    • args (Any)

    • kwargs (Any)

Last updated

Was this helpful?