The svcerr_decode() call sends an error reply when the service dispatch routine cannot decode its parameters.
Syntax
#include <rpc\rpc.h> void svcerr_decode(xprt) SVCXPRT *xprt;
Parameters
xprt
Description
A service dispatch routine that cannot decode its parameters calls svcerr_decode().
Related Calls
svcerr_auth() svcerr_noproc()
svcerr_noprog()
svcerr_progvers()
svcerr_systemerr()
svcerr_weakauth()