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
...
Wiki Markup |
---|
h1. 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. \\
All inserted rows in this batch are considered error rows. |
h1. Validator
|| Error code || Meaning ||
| KVD-001 | During validation of field '{field name}' we found that its value is null in row <{row values}> when this is not allowed. |
| KVD-002 | During validation of field '{field name}' we found that value \[{value}\] has a longer ({value-length}) string length than allowed ({max-length}). |
| KVD-003 | During validation of field '{field name}' we found that value \[{value}\] has a shorter ({value-length}) string length than allowed ({min-length}). |
| KVD-004 | During validation of field '{field-name}' we found that its data type \[{value data type}\] is different from the expected \[{expected data type}\]. |
| KVD-005 | During validation of field '{field-name}' we found that value \[{value}\] is lower than the specified minimum \[{min-value}\] |
| KVD-006 | During validation of field '{field-name}' we found that value \[{value}\] is higher than the specified maximum \[{max-value}\]\\ |
| KVD-007 | During validation of field '{field-name}' we found that value \[{value}\] is not in the list of allowed values.\\ |
\\ |