Table Output
Error code |
meaning |
---|---|
TOP001 |
General database error. See database error in the logging for more details |
TOP0002 |
General database error during batch update. See database error in the logging for more details. |
TOP0003 |
General database error during batch update. See database error in the logging for more details. |
Validator
Error code |
Meaning |
||||
---|---|---|---|---|---|
KVD-001 |
During validation of field ' Unknown macro: {field name}
' we found that its value is null in row < Unknown macro: {row values}
> when this is not allowed. |
' we found that value [ Unknown macro: {value}
] has a longer ( Unknown macro: {value-length}
) string length than allowed ( Unknown macro: {max-length}
). |
] has a shorter ( Unknown macro: {value-length}
) string length than allowed ( Unknown macro: {min-length}
). |
||||
KVD-004 |
During validation of field ' Unknown macro: {field-name}
' we found that its data type [ Unknown macro: {value data type}
] is different from the expected [ Unknown macro: {expected data type}
]. |
' we found that value [ Unknown macro: {value}
] is lower than the specified minimum [ Unknown macro: {min-value}
] |
] is higher than the specified maximum [ Unknown macro: {max-value}
] |
||||
KVD-007 |
During validation of field ' Unknown macro: {field-name}
' we found that value [ Unknown macro: {value}
] is not in the list of allowed values. |