exa.common.errors.iqm_error.AuthenticationError

exa.common.errors.iqm_error.AuthenticationError#

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

Raised when the caller is not authenticated or credentials are missing.

The client must provide valid credentials or log in to access the resource.

Parameters:
  • message (str)

  • error_code (str | None)

  • log_level (int)