Error Codes in general package | |
See also Error Codes overview module | |
const int | fwConfigurationDB_ERROR_GENERAL = -1 |
const int | fwConfigurationDB_ERROR_DPTNotExist = -2 |
const int | fwConfigurationDB_ERROR_OperationAborted = -3 |
const int | fwConfigurationDB_ERROR_SeparatorCharInStringList = -4 |
Error Codes in Recipes package | |
see also Error Codes overview module. | |
const int | fwConfigurationDB_ERROR_NoValuesDataInRT = -52 |
const int fwConfigurationDB_ERROR_GENERAL = -1 |
general error code
const int fwConfigurationDB_ERROR_DPTNotExist = -2 |
data point type does not exist
const int fwConfigurationDB_ERROR_OperationAborted = -3 |
operation was canceled.
const int fwConfigurationDB_ERROR_SeparatorCharInStringList = -4 |
separator characted found in the list, which was going to be converted to a string
in the current recipe, there is no information about values to be stored for queried DPT (warning)