:py:mod:`aiosignald.error` ========================== .. py:module:: aiosignald.error Module Contents --------------- .. py:exception:: SignaldException(payload: dict[str, str]) Bases: :py:obj:`Exception` Base class to translate signald's response payloads into python exceptions .. py:method:: __str__() Return str(self).