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

Class CanceledFutureError

dwave/cloud/exceptions.py:58–62  ·  view source on GitHub ↗

An exception raised when code tries to read from a canceled future.

Source from the content-addressed store, hash-verified

56
57
58class CanceledFutureError(Exception):
59 """An exception raised when code tries to read from a canceled future."""
60
61 def __init__(self):
62 super().__init__("An error occurred reading results from a canceled request")
63
64
65class InvalidAPIResponseError(_api.ResourceBadResponseError):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected