DOM: Clarified _get behavior

- It is an error to provide no DOM references (task _get).
- It is an error to provide bad DOM references (task _get donkey). In this
  example, 'donkey' could be a UDA orphan.
- It is not an error for a valid DOM reference to yield no value.
This commit is contained in:
Paul Beckingham 2015-08-03 09:05:17 -04:00
parent ebecaf420e
commit 37bd07883b
11 changed files with 47 additions and 16 deletions

View file

@ -366,6 +366,7 @@
#define STRING_CMD_COUNT_USAGE "Nombras kongruantajn taskojn"
#define STRING_CMD_GET_USAGE "DOM-enirilo"
#define STRING_CMD_GET_NO_DOM "Nenia DOM-referenco specifata."
#define STRING_CMD_GET_BAD_REF "'{1}' is not a DOM reference."
#define STRING_CMD_UDAS_NO "Nenia UDA definita."
#define STRING_CMD_UDAS_SUMMARY "{1} UDA definita"