Exception module#

Exception of this module.

exception galaxy_graph.exception.ConnectionAlreadyInNodeError(identifier: str)#

The connection is already in the node.

exception galaxy_graph.exception.ConnectionAlreadySetupError(identifier: str)#

The connection is already setup.

exception galaxy_graph.exception.ConnectionNotSetupError(identifier: str)#

The connection is not setup.

exception galaxy_graph.exception.NodeAlreadyInGraphError(identifier: str)#

Node already in graph.

exception galaxy_graph.exception.NodeHaveBadConnectionError(identifier: str)#

Node have a bad connection.

exception galaxy_graph.exception.NodeInAnotherGraphError(identifier: str)#

Node is in another graph.

exception galaxy_graph.exception.NodeNotFoundError(identifier: str)#

Node not found.

exception galaxy_graph.exception.NodeOfflineError(identifier: str)#

Node is not online.

exception galaxy_graph.exception.NodeOnlineError(identifier: str)#

Node is offline.