23 lines
740 B
Plaintext
23 lines
740 B
Plaintext
---
|
||
title: AerError
|
||
description: API reference for qiskit.providers.aer.AerError
|
||
in_page_toc_min_heading_level: 1
|
||
python_api_type: exception
|
||
python_api_name: qiskit.providers.aer.AerError
|
||
---
|
||
|
||
# qiskit.providers.aer.AerError
|
||
|
||
<Class id="qiskit.providers.aer.AerError" isDedicatedPage={true} github="https://github.com/qiskit/qiskit-aer/tree/stable/0.8/qiskit/providers/aer/aererror.py" signature="AerError(*message)" modifiers="exception">
|
||
Base class for errors raised by simulators.
|
||
|
||
Set the error message.
|
||
|
||
### with\_traceback
|
||
|
||
<Function id="qiskit.providers.aer.AerError.with_traceback" signature="with_traceback()">
|
||
Exception.with\_traceback(tb) – set self.\_\_traceback\_\_ to tb and return self.
|
||
</Function>
|
||
</Class>
|
||
|