AIT_GetErrorText
Description
Acquires the system error text corresponding to a specified error code.
Format
string AIT_GetErrorText (
integer nErrorCode // Error code
);
Parameters
nErrorCode (input)
Specify the error code returned by the AIT_GetLastError function.
Return value
This API function returns the error message corresponding to a specified error code.