This document describes cell 0.0. For development docs, go here.

cell.exceptions

cell.exceptions

exception cell.exceptions.CellError(exc=None, traceback=None)

Remote method raised exception.

exc = None
traceback = None
exception cell.exceptions.Next

Used in a gather scenario to signify that no reply should be sent, to give another agent the chance to reply.

exception cell.exceptions.NoReplyError

No reply received within time constraint

exception cell.exceptions.NotBoundError

Object is not bound to a connection.