Add send_command variant that exposes error details
This commit is contained in:
@@ -287,6 +287,8 @@ public:
|
||||
*/
|
||||
bool send_command(const std::string& command) const;
|
||||
|
||||
bool send_command(const std::string& command, std::optional<std::string>& error_info) const;
|
||||
|
||||
/**
|
||||
* Request a list of workspaces
|
||||
* @return List of workspaces
|
||||
|
||||
Reference in New Issue
Block a user