23 lines
703 B
Plaintext
23 lines
703 B
Plaintext
---
|
||
title: OpflowError
|
||
description: API reference for qiskit.opflow.OpflowError
|
||
in_page_toc_min_heading_level: 1
|
||
python_api_type: exception
|
||
python_api_name: qiskit.opflow.OpflowError
|
||
---
|
||
|
||
# qiskit.opflow\.OpflowError
|
||
|
||
<Class id="qiskit.opflow.OpflowError" isDedicatedPage={true} github="https://github.com/qiskit/qiskit/tree/stable/0.17/qiskit/opflow/exceptions.py" signature="OpflowError(*message)" modifiers="exception">
|
||
For Opflow specific errors.
|
||
|
||
Set the error message.
|
||
|
||
### with\_traceback
|
||
|
||
<Function id="qiskit.opflow.OpflowError.with_traceback" signature="with_traceback()">
|
||
Exception.with\_traceback(tb) – set self.\_\_traceback\_\_ to tb and return self.
|
||
</Function>
|
||
</Class>
|
||
|