MCPcopy Create free account
hub / github.com/dwavesystems/dwave-cloud-client / UnsupportedSolverError

Class UnsupportedSolverError

dwave/cloud/exceptions.py:44–45  ·  view source on GitHub ↗

The solver received from the API is not supported by the client

Source from the content-addressed store, hash-verified

42 """Invalid token or access denied"""
43
44class UnsupportedSolverError(SolverError):
45 """The solver received from the API is not supported by the client"""
46
47class SolverPropertyMissingError(UnsupportedSolverError):
48 """The solver received from the API does not have required properties"""

Callers 1

__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected