exceptions¶
ParityOS specific exceptions.
- exception parityos.utils.exceptions.ParityOSException¶
Bases:
ExceptionGeneral exception thrown by ParityOS.
- exception parityos.utils.exceptions.ParityOSTypeError¶
Bases:
TypeErrorTypeErrorrelated to ParityOS types.
- exception parityos.utils.exceptions.ParityOSUniquenessError¶
Bases:
ParityOSExceptionError related to duplicate qubits in Operators.
- exception parityos.utils.exceptions.ParityOSNotSupportedError¶
Bases:
ParityOSExceptionError related to features that are not supported.
- exception parityos.utils.exceptions.ParityOSAuthError(*args: Any, **kwargs: Any)¶
Bases:
RequestExceptionError for failed logins to the ParityAPI server.
- exception parityos.utils.exceptions.ParityOSInvalidCredentialsError(*args: Any, **kwargs: Any)¶
Bases:
RequestExceptionError for failed logins to the ParityAPI server.
- exception parityos.utils.exceptions.ParityOSRequestError(*args: Any, **kwargs: Any)¶
Bases:
RequestExceptionError for failed requests to the ParityAPI server.
- exception parityos.utils.exceptions.ParityOSJobError¶
Bases:
ParityOSExceptionError in a job on the ParityOS cloud server.
- exception parityos.utils.exceptions.ParityOSTimeoutException¶
Bases:
ParityOSExceptionError from time-outs waiting for a response from the ParityOS cloud server.