communication.exceptions module¶
Collection of custom exceptions.
- exception communication.exceptions.AnnotationError[source]¶
Bases:
ExceptionRaised when a function is incorrectly annotated.
- exception communication.exceptions.CommunicationError[source]¶
Bases:
ExceptionRaised when a communication operation failed.
- exception communication.exceptions.NumpySerializationWarning[source]¶
Bases:
WarningRaised when the user tries to serialize a numpy array to warn the user about the limitations.