If all data is correct and the insert has been done successfully, a blank (‘ ‘) will be returned with the result parameter. Otherwise, result contains all errors that were found for the given data. In most cases, a numeric error message is completed by the name of the corresponding column.
Example:
If m_api_fluid_classes.ins_class has been called, a value that looks like this can be returned:
Result = 106 - ATTR_CODE
This example means the given value does not exist (106) for the ATTR_CODE column.
See Appendix: Error Codes for a complete list of all error codes.