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

Class SolverAuthenticationError

dwave/cloud/exceptions.py:41–42  ·  view source on GitHub ↗

Invalid token or access denied

Source from the content-addressed store, hash-verified

39 """Action attempted on an offline solver"""
40
41class SolverAuthenticationError(_api.ResourceAuthenticationError, SolverError):
42 """Invalid token or access denied"""
43
44class UnsupportedSolverError(SolverError):
45 """The solver received from the API is not supported by the client"""

Callers 1

_sapi_requestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected