#include <rpc/rpc.h> void svcerr_noproc(const SVCXPRT *xprt);
The svcerr_noproc() function sends information to the client that the service dispatch routine did not implement the procedure number that the caller requested.
No authorization is required.
None.
In case of an exception, the errno global variable is set to EUNKNOWN.
Message ID | Error Message Text |
---|---|
CPF3CF2 E | Error(s) occurred during running of &1 API. |
CPF9872 E | Program or service program &1 in library &2 ended. Reason code &3. |
Refer to the example for svcerr_systemerr()--Send Information to Client for System Error
Top | Remote Procedure Call (RPC) APIs | APIs by category |