From c8348136e5d21b690ff4450e2684840bec41d472 Mon Sep 17 00:00:00 2001 From: Alejandro Lopez Gestoso <alopez@iri.upc.edu> Date: Wed, 18 Jan 2023 17:31:45 +0100 Subject: [PATCH] Updated result codes --- action/ask_questionary.action | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action/ask_questionary.action b/action/ask_questionary.action index 0cd8476..16c5343 100644 --- a/action/ask_questionary.action +++ b/action/ask_questionary.action @@ -1,7 +1,7 @@ # Action to start the mison to ask a questionary to the user. ##### Result code uint8 SUCCESS=0 # All ok. -uint8 QERR=1 # Error parsing questionary. +uint8 SEARCHNAVERR=1 # Navigation error when searching the person. uint8 PNOTFOUND=2 # Person not found. uint8 QNOTFINISH=3 # Something went wrong in the questionary uint8 ANOTSENT=4 # Error sending answers. -- GitLab