qiskit-documentation/docs/api/qiskit/0.43/qiskit.algorithms.Algorithm...

19 lines
577 B
Plaintext

---
title: AlgorithmError
description: API reference for qiskit.algorithms.AlgorithmError
in_page_toc_min_heading_level: 1
python_api_type: exception
python_api_name: qiskit.algorithms.AlgorithmError
---
<span id="qiskit-algorithms-algorithmerror" />
# qiskit.algorithms.AlgorithmError
<Class id="qiskit.algorithms.AlgorithmError" isDedicatedPage={true} github="https://github.com/qiskit/qiskit/tree/stable/0.24/qiskit/algorithms/exceptions.py" signature="AlgorithmError(*message)" modifiers="exception">
For Algorithm specific errors.
Set the error message.
</Class>