qiskit-documentation/docs/api/qiskit/0.24/qiskit.pulse.PulseError.mdx

25 lines
735 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: PulseError
description: API reference for qiskit.pulse.PulseError
in_page_toc_min_heading_level: 1
python_api_type: exception
python_api_name: qiskit.pulse.PulseError
---
<span id="qiskit-pulse-pulseerror" />
# qiskit.pulse.PulseError
<Class id="qiskit.pulse.PulseError" isDedicatedPage={true} github="https://github.com/qiskit/qiskit/tree/stable/0.16/qiskit/pulse/exceptions.py" signature="PulseError(*message)" modifiers="exception">
Errors raised by the pulse module.
Set the error message.
### with\_traceback
<Function id="qiskit.pulse.PulseError.with_traceback" signature="with_traceback()">
Exception.with\_traceback(tb) set self.\_\_traceback\_\_ to tb and return self.
</Function>
</Class>