p2pfl.communication.protocols.exceptions moduleΒΆ

Communication exceptions.

exception p2pfl.communication.protocols.exceptions.CommunicationError[source]ΒΆ

Bases: Exception

Communication error.

exception p2pfl.communication.protocols.exceptions.NeighborNotConnectedError[source]ΒΆ

Bases: Exception

Neighbor not connected error.

exception p2pfl.communication.protocols.exceptions.ProtocolNotStartedError[source]ΒΆ

Bases: Exception

Protocol not started error.