exa.common.errors.iqm_error.CircuitExecutionError

exa.common.errors.iqm_error.CircuitExecutionError#

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

Raised when a failure occurs during the physical execution of a circuit.

In synchronous flows, this error is raised directly to the caller. In asynchronous flows, this error is only raised if the execution fails before a job can be successfully created; otherwise, the failure is recorded within the job’s terminal status.

Parameters:
  • message (str)

  • error_code (str | None)

  • log_level (int)