HP-UX C SIP Stack Programmer's Guide (Novembery 2007)
30 HP-UX C SIP Stack Programmer’s Guide
Conventions
A success value is always non-negative and error values are always negative.
The following files contain RvStatus definitions:
rverror.h
RV_SIP_DEF.h
RV_ERROR_NULLPTR The required pointer parameter was a NULL
pointer.
RV_ERROR_OUTOFRANGE A parameter that was passed to a function is
out of range.
RV_ERROR_DESTRUCTED The referred object was already terminated.
RV_ERROR_NOTSUPPORTED The request is not supported under the current
configuration.
RV_ERROR_UNINITIALIZED The object is uninitialized.
RV_ERROR_TRY_AGAIN The action cannot be completed—try again
later.
RV_ERROR_ILLEGAL_ACTION The requested action is illegal—usually an
illegal action occurring in the current state.
RV_ERROR_NETWORK_PROBLEM Action failed due to network problems.
RV_ERROR_INVALID_HANDLE A handle passed to a function is illegal.
RV_ERROR_NOT_FOUND The requested item cannot be found.
RV_ERROR_INSUFFICIENT_
BUFFER
The buffer is too small.
RV_ERROR_ILLEGAL_SYNTAX The parser identified a syntax error, or a
parser error occurred.
RV_ERROR_OBJECT_ALREADY_
EXISTS
An object with this unique set of values
already exists.
Table 3-1 Status Codes
Value Meaning