pylabrobot.hamilton.transport.tcp.HoiError#
- exception pylabrobot.hamilton.transport.tcp.HoiError(*, exceptions: Dict[int, Exception], entries: List[HcResultEntry], raw_response: bytes, action: int | None = None)#
Bases:
ExceptionRaised for
STATUS_EXCEPTION/COMMAND_EXCEPTIONwhen the command wire shape does not carry per-channel parameters (e.g. void MLPrep queries).Preserves offline per-entry descriptions and the original payload, including errors without parseable entries.
exceptionsis keyed by wire entry index;actionidentifies the terminal HOI action. Useentriesfor rawHcResultEntrydata.