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

Class SolverFailureError

dwave/cloud/exceptions.py:29–30  ·  view source on GitHub ↗

Remote failure calling a solver

Source from the content-addressed store, hash-verified

27
28
29class SolverFailureError(SolverError):
30 """Remote failure calling a solver"""
31
32class SolverNotFoundError(_api.ResourceNotFoundError, SolverError):
33 """Solver with matching feature set not found / not available"""

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected