No
|
String
|
Description
|
100
|
ERR_COMMAND_ERROR
|
a general command error.
|
101
|
ERR_INPUT_NOT_WELLFORMED
|
the XML interpreter got problems when interpreting the command.
|
102
|
ERR_ELEMENT_MISSING
|
a required element is missing or its value is empty.
|
103
|
ERR_MODE_UNKNOWN
|
the mode is unknown.
|
104
|
ERR_ELEMENT_UNKNOWN
|
the root element of the command is unknown.
|
200
|
ERR_NETWORK_ERROR
|
a general network error.
|
201
|
ERR_UNREACHABLE_DEVICES
|
not all devices could be contacted.
|
202
|
ERR_NO_TARGET_DEVICES
|
no address for a target device.
|
300
|
ERR_EXECUTION_ERROR
|
a general execution error.
|
301
|
ERR_NOT_FOUND_IN_DB
|
the item could not be found in database.
|
302
|
ERR_ELEMENT_OUT_OF_RANGE
|
a value of an element is out of range.
|
303
|
ERR_REF_INTEGRITY
|
the referiential integrity has been violated.
this occurs when you tried to delete an item which is still referenced from another item,
e.g. the tare with the number x shall be deleted while is is referenced from an article.
|
304
|
ERR_DATE_TIME_INVALID
|
the value or format of date / time is invalid
|
800
|
ERR_SYSTEM_ERROR
|
a general system error.
|
801
|
ERR_UNKNOWN
|
an unknown error occurred.
|
802
|
ERR_DB_ERROR
|
error getting access to the database.
|