Catching errors

Given a NetSolve error code, there is a function in the C and Fortran77 interface that prints explicit error messages to the standard error. The C call is :
netslerr(info);
and in Fortran77
CALL FNETSLERR( INFO )
The user should refer to Chapter 24 for a list of all possible error codes.