Returns a pointer to an error message string.
#include <rpcsvc/ypclnt.h> #include <rpcsvc/yp_prot.h>
char *yperr_string (incode) int incode;
The yperr_string routine returns a pointer to an error message string. The error message string is null-terminated but contains no period or new-line escape characters.
incode | Contains Network Information Service (NIS) error codes as described in the rpcsvc/yp_prot.h file. |
This subroutine returns a pointer to an error message string corresponding to the incode parameter.
This subroutine is part of Base Operating System (BOS) Runtime.
Network Information Service (NIS) Overview for System Management in AIX Version 4.3 System Management Guide: Communications and Networks.
List of NIS Programming References in AIX Version 4.3 Communications Programming Concepts.