9 #include <RobotAPI/interface/skills/SkillManagerInterface.h>
27 const std::string message;
29 std::vector<std::string> contextList;
36 const std::vector<std::string>& contextList = {}) :
37 message(message), type(type), contextList(contextList)
41 void addToContext(
const std::optional<std::string>& contextItem = std::nullopt,
42 const std::optional<std::string>& className = std::nullopt,
43 const std::optional<std::string>& methodName = std::nullopt,
44 const std::optional<int>& line = std::nullopt);
48 const std::string& className,
52 skills::manager::dto::FluxioException
toManagerIce()
const;