Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

 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.

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. |

KVD-002

During validation of field '

' we found that value [

Unknown macro: {value}

] has a longer (

Unknown macro: {value-length}

) string length than allowed (

Unknown macro: {max-length}

). |

KVD-003

During validation of field '

Unknown macro: {field name}

' we found that value [

] 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}

]. |

KVD-005

During validation of field '

' we found that value [

Unknown macro: {value}

] is lower than the specified minimum [

Unknown macro: {min-value}

] |

KVD-006

During validation of field '

Unknown macro: {field-name}

' we found that 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.


  • No labels