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

Class SolverOfflineError

dwave/cloud/exceptions.py:38–39  ·  view source on GitHub ↗

Action attempted on an offline solver

Source from the content-addressed store, hash-verified

36 """Problem not found"""
37
38class SolverOfflineError(SolverError):
39 """Action attempted on an offline solver"""
40
41class SolverAuthenticationError(_api.ResourceAuthenticationError, SolverError):
42 """Invalid token or access denied"""

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected