solidDB Help : solidDB reference : Error codes : solidDB Speed Loader (solloado and solload) errors
  
solidDB Speed Loader (solloado and solload) errors
The solidDB Speed Loader (solloado and solload) error codes are described in the following table:
 
Error code
Meaning
None
Operation was successful.
None
Operation has completed.
100
Operation failed. For example, this error code is produced when performing an operation, such as flushing arrays and inserting records.
106
Illegal column name.
This error applies to the column name used in the control file.
107
Illegal constraint.
108
Invalid column data.
The data type in the data file conflicts with the table definition.
109
Unique constraint violation.
110
Concurrency conflict, two transactions updated or deleted the same row.
112
Unsupported character set.
114
Null data in NOT NULL column.
NULL data value given in a NOT NULL column.
Go up to
Error codes