Mike Hawkins > IBM-LoadLeveler-1.08 > Error.pod

Download:
IBM-LoadLeveler-1.08.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

Error API ^

IBM::Loadleveler Error API

SYNOPSIS ^

  use IBM::Loadleveler

  # Error API function

  ll_error($errObj,1 | 2 );

or

  ll_error(1 | 2);

DESCRIPTION ^

The error handling API takes an error object and prints an error messages, the location depends on the parameter

1 - print error messages to stdout
2 - print error message to stderr

= item Any other value - no error message printed

Starting with version 1.0.6 the errObj is now being returned in the package globale $IBM::LoadLeveler::errObj and not via the return. The reasons for doing this are:

SEE ALSO ^

LoadLeveler DataAccess perl.

IBM LoadLeveler for AIX 5L: Using and Administering