CoinMetricsClientForbiddenError
exception coinmetrics._exceptions.CoinMetricsClientForbiddenError(
response,
*args,
**kwargs,
)Last updated
Was this helpful?
exception coinmetrics._exceptions.CoinMetricsClientForbiddenError(
response,
*args,
**kwargs,
)Bases: HTTPError
Raised when a request is forbidden due to insufficient permissions (HTTP 403).
Last updated
Was this helpful?
Was this helpful?