exa.common.errors.iqm_error.RateLimitError

Contents

exa.common.errors.iqm_error.RateLimitError#

exception RateLimitError(message, *, error_code=None, log_level=40)#

Raised when the operation frequency exceeds the allowed limit in a given timeframe.

Parameters:
  • message (str)

  • error_code (str | None)

  • log_level (int)