qiskit-documentation/docs/api/qiskit/0.26/qiskit.providers.ibmq.crede...

23 lines
902 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: CredentialsError
description: API reference for qiskit.providers.ibmq.credentials.CredentialsError
in_page_toc_min_heading_level: 1
python_api_type: exception
python_api_name: qiskit.providers.ibmq.credentials.CredentialsError
---
# qiskit.providers.ibmq.credentials.CredentialsError
<Class id="qiskit.providers.ibmq.credentials.CredentialsError" isDedicatedPage={true} github="https://github.com/qiskit/qiskit-ibmq-provider/tree/stable/0.13/qiskit/providers/ibmq/credentials/exceptions.py" signature="CredentialsError(*message)" modifiers="exception">
Base class for errors raised during credential management.
Set the error message.
### with\_traceback
<Function id="qiskit.providers.ibmq.credentials.CredentialsError.with_traceback" signature="with_traceback()">
Exception.with\_traceback(tb) set self.\_\_traceback\_\_ to tb and return self.
</Function>
</Class>