View source on GitHub |
An exception for attempting to get info about an unsuccessful job.
Inherits From: IonQException
cirq_ionq.ionq_exceptions.IonQUnsuccessfulJobException(
job_id: str, status: str
)
This exception occurs when a job has been canceled, deleted, or failed, and information about this job is attempted to be accessed.