
IBM::Loadleveler - Error API

use IBM::Loadleveler # Error API function ll_error($errObj,1 | 2 );
or
ll_error(1 | 2);

The error handling API takes an error object and prints an error messages, the location depends on the parameter
Any other value no error message printed
Starting with version 1.0.6 the errObj is now being returned in the package global $IBM::LoadLeveler::errObj and not via the return. The reasons for doing this are:

IBM LoadLeveler for AIX 5L: Using and Administering