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