rLSgetErrorMessage {rLindo} | R Documentation |
R interface function for LINDO API function LSgetErrorMessage
. For more information,
please refer to LINDO API User Manual.
rLSgetErrorMessage(env,errorcode)
env |
A LINDO API environment object, returned by |
errorcode |
An integer referring to the error code. |
An R list object with components:
ErrorCode |
Zero if successful, nonzero otherwise. |
pachMessage |
The error message associated with the given error code. |
LINDO SYSTEMS home page at www.lindo.com