HI
Where can I find the list of error numbers, and explanation, the script can generate whenever there is an error in the code?
Regards
HI
Where can I find the list of error numbers, and explanation, the script can generate whenever there is an error in the code?
Regards
Subject: List of error numbers
The Notes C API contains several include files that hold the error codes and their meaning.
Subject: RE: List of error numbers
Do you know the name of those files and where I can find them?
Subject: RE: List of error numbers
Here you can download the C API Toolkit
Install it and have a look at the include-subdirectory. There are many files with error codes, you have to have a look yourself.
Subject: List of error numbers
There are three files to look at in your Notes program directory:
lserr.lss – general LotusScript language errors
lsxbeer.lss – LotusScript Notes back-end class errors
lsxuierr.lss – LotusScript Notes UI class errors
The constant name for each of the errors is pretty descriptive.