exa.common.errors.iqm_error.ForbiddenError

Contents

exa.common.errors.iqm_error.ForbiddenError#

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

Raised when the user is authenticated but lacks permission for the operation.

Logging in again will not help; the user’s account does not have the required scope.

Parameters:
  • message (str)

  • error_code (str | None)

  • log_level (int)