SYNTAX:
xpxDefineErrorCode (errorCode : INTEGER;
errorText : STRING;
options : INTEGER) status : INTEGER;
To be completed.
The xpxDefineErrorCode function adds a user defined error code to the list of EDMinterface error codes.
The argument <errorCode> specifies a EDMinterface error code.
The argument <errorText> specifies an error message that corresponds to the given EDMinterface error code.
The <options> argument specifies the current options. The <options> value should be defined as a bitwise OR between the options to enable. Default options are enabled when the value of <options> is set to zero. Available options are REPLACE_EXISTING and DELETE_EXISTING.
This function is equivalent to the EDMinterface function edmiDefineErrorCode.
General
Content
Integrations