You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
job.result() raises a RuntimeJobTimeoutError if the job doesn't finish within the timeout value. Qiskit (terra) defines a JobTimeoutError specifically for this scenario, with the intent that a user can just catch this error regardless which provider is used.
Steps to reproduce
Expected behavior
RuntimeJobTimeoutError should inherit Qiskit's JobTimeoutError. One should also investigate if other exceptions in qiskit.providers.exceptions are properly inherited by corresponding exceptions in qiskit-ibm-runtime.
Suggested solutions
Additional Information
qiskit-ibm-runtime version:
Python version:
Operating system:
The text was updated successfully, but these errors were encountered:
Describe the bug
job.result()
raises aRuntimeJobTimeoutError
if the job doesn't finish within the timeout value. Qiskit (terra) defines a JobTimeoutError specifically for this scenario, with the intent that a user can just catch this error regardless which provider is used.Steps to reproduce
Expected behavior
RuntimeJobTimeoutError
should inherit Qiskit'sJobTimeoutError
. One should also investigate if other exceptions in qiskit.providers.exceptions are properly inherited by corresponding exceptions in qiskit-ibm-runtime.Suggested solutions
Additional Information
The text was updated successfully, but these errors were encountered: