Skip to content
Snippets Groups Projects
Commit c8348136 authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

Updated result codes

parent 30373eef
No related branches found
No related tags found
No related merge requests found
# 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment