qiskit_qm_provider.job.IQCCCloudExecutionError

exception IQCCCloudExecutionError(stderr: str, run_data: dict[str, Any] | None = None)[source][source]

Bases: RuntimeError

IQCC cloud execution failed before measurement streams were produced.

The exception message is the cloud stderr payload (typically a Python traceback from the remote runtime). Inspect run_data for the full IQCC record, including stdout and timing metadata.