exa.common.errors.iqm_error.InternalSystemError

exa.common.errors.iqm_error.InternalSystemError#

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

Raised when an unexpected internal failure occurs.

This indicates a system-level malfunction or logic error rather than an expected or recoverable failure mode.

Parameters:
  • message (str)

  • error_code (str | None)

  • log_level (int)