LINCStatus is an object for holding the status and error messages sent back by the server. If a Teach screen was accessed in the last transaction, it also holds the name of that Teach screen. You can use LINCStatus to determine the following transaction information:
getError(n) gets the nth error, where n is an integer. If there is no entry for n, it returns a null.
getErrorCount gets the number of errors from the last transaction.
getStatus gets the status of the last transaction, or null if this is the first transaction.
getTeachName gets the name of the Teach screen, if one was accessed in the last transaction.
Refer to LINCStatus in the Agile Business SuiteComponent Enabler Class Reference Summary for more information on the parameters, methods, and syntax of LINCStatus.