pylabrobot.opentrons.OpentronsCommandError#

exception pylabrobot.opentrons.OpentronsCommandError(run_id: str, command_id: str, command_type: str, error_type: str, detail: str)#

Bases: OpentronsError

A command failed, with its server identifiers available for inspection.

Parameters:
  • run_id (str)

  • command_id (str)

  • command_type (str)

  • error_type (str)

  • detail (str)

Return type:

None