Note
This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.
ExperimentData.errors¶
- ExperimentData.errors()[source]¶
Return errors encountered during job and analysis execution.
Note
To display only job or analysis errors use the
job_errors()
oranalysis_errors()
methods.- Return type:
str
- Returns:
Experiment errors.