Error Handling API

Allows the gathering of information contained in the LoadLeveler error object and output the information as an error message.


SYNOPSIS


  #
  # Error Handling API
  #

  string_pointer = ll_error( errObj, 1|2 )
  


DESCRIPTION

The LoadLeveler Error handling API via PyLoadL has the following function:

ll_error
      string_pointer  = ll_error( errObj, print_to)
 
Converts a LoadLeveler error object to an error message string which can be output to standard out or standard error.

Parameters

  1. errObj
  2. Pointer to the LoadLeveler error object.

  3. print_to
  4. Output stream to display error messge string

SEE ALSO

the LoadLeveler manpage the DataAccess manpage the Workload Management manpage

IBM LoadLeveler for AIX 5L: Using and Administering