qiskit_qm_provider.job.IQCCCloudExecutionError¶
- exception IQCCCloudExecutionError(stderr: str, run_data: dict[str, Any] | None = None)[source][source]¶
Bases:
RuntimeErrorIQCC cloud execution failed before measurement streams were produced.
The exception message is the cloud
stderrpayload (typically a Python traceback from the remote runtime). Inspectrun_datafor the full IQCC record, includingstdoutand timing metadata.