Exceptions

class ProxyTypeError[source]

Raised when an operation is applied to an inappropriate ProxyType, similar to a Python’s TypeError.

Attributes:

args

Methods:

with_traceback Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

args
class JobTimeoutError[source]

Raised when a computation took longer to complete than a specified timeout.

Attributes:

args

Methods:

with_traceback Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

args
class JobComputeError(job)[source]

Generic error raised when a job computation fails.

Attributes:

args
code
id
message

Methods:

with_traceback Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

args
property code
property id
property message