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

Class SolverPropertyMissingError

dwave/cloud/exceptions.py:47–48  ·  view source on GitHub ↗

The solver received from the API does not have required properties

Source from the content-addressed store, hash-verified

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"""
49
50
51class Timeout(_api.RequestError):

Callers 2

__init__Method · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected