KI_ERROR
Argument | Enumeration | Purpose |
---|---|---|
major | Major error code | |
SYM(buf$) | Symbol of message buffer | |
minor | Minor error code |
KI_ERROR
This routine can be called after any KCML database routine to convert the return code in major into a text message. A full list of these messages may be found in Appendix A . The library routine does not change the last status. The optional minor argument can be used to get a more specific error message. The major and minor error codes for the last error on a handle can be discovered using KI_INFO. Not all minor errora have specific error messages and the text may be the same as the generic text associated with the major error code.
Any database specific error text associated with the last error on a handle can be found using KI_ERROR_TEXT.