Return codes


Defines

#define PRS_OK   0
 Return code OK.
#define PRS_ERROR_PAR   1
 Incorrect parameter passed to the function (e.g. NULL when a pointer is expected).
#define PRS_ERROR_MEMORY   2
 Unable to allocate an object.
#define PRS_ERROR_VARIABLE   3
 Variable not initialized.
#define PRS_ERROR_ARG   4
 Not enough arguments.
#define PRS_ERROR_STACK   5
 Level out of stack.
#define PRS_ERROR_SLOT_VAR   6
 No more empty slot for variable.
#define PRS_ERROR_SLOT_FUNC   7
 No more empty slot for function.
#define PRS_ERROR_NOT_IMPLEMENTED   99
 The type of the RPL object under processing is currently not supported by HPStack.

Generated on Wed May 23 20:11:39 2007 for HPParser by  doxygen 1.5.0