# Error API ll_error($errObj,1 | 2 ); or ll_error(1 | 2);
The error handling API takes an error object and prints an error message, the location depends on the parameter
The errObj is now being returned in the package global $IBM::LoadLeveler::errObj and not via the return. The reasons for doing this are:
Your choices for ll_error are now:
ll_error($IBM::LoadLeveler::errObj,2); or ll_error(2)