aquakin.WiringError#
- exception aquakin.WiringError[source]#
Bases:
ValueErrorA structurally invalid connection or an unsupported unit request.
Raised when a name resolves but its use is wrong: an influent used where a unit is expected, a bare endpoint that omits a required port, or a unit that does not support the requested operation (e.g.
set_temperature).