NAME
          irErrorStr, irErrorName, irPError - IRAPI error messages

     SYNOPSIS
          #include <irapi.h>

          char *irErrorStr (int error);

          char *irErrorName (int error);

          void irPError (const char *error);


     DESCRIPTION
          The irErrorStr function returns a pointer to a character
          string describing an IRAPI error (error).  irErrorName
          returns a pointer to the symbolic name of the error defined
          in error.  error must be one of the errors codes defined in
          IrERRORS(4IRAPI).

          irPError prints the user supplied string followed by the
          error string to standard error.

     EVENT
          No event results from the call to irErrorStr.

     RETURN
          For irErrorStr and irErrorName, the following returns are
          possible:

          A pointer to the error message text is returned if the
          request is successful.

          If error is not defined for IRAPI, a pointer to a undefined
          error string or symbolic name is returned.

     ERROR
          irError is not modified as a result of the call to
          irErrorStr, irErrorName , or irPError.

     SEE ALSO
          IrERRORS(4IRAPI).

     VERSION
          This is version 10/24/02 of this man page.