From c89480e95d8d2de5cc0586fc47298a62fe93275f Mon Sep 17 00:00:00 2001 From: Julian Tusch <urhrf@student.kit.edu> Date: Mon, 17 Jun 2024 16:58:26 +0200 Subject: [PATCH] updated fluxio exception ice structure --- source/RobotAPI/interface/skills/SkillManagerInterface.ice | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/RobotAPI/interface/skills/SkillManagerInterface.ice b/source/RobotAPI/interface/skills/SkillManagerInterface.ice index 42756b6cf..585429f81 100644 --- a/source/RobotAPI/interface/skills/SkillManagerInterface.ice +++ b/source/RobotAPI/interface/skills/SkillManagerInterface.ice @@ -101,7 +101,9 @@ module armarx exception FluxioException { - string reason; + string message; + string type; + Ice::stringSeq contextList; }; sequence<dto::FluxioIdentificator> FluxioIdentificatorList; -- GitLab