void cs_perror(COMSTACK handle char *message); |
extern const char *cs_errlist[]; |
to get hold of the message, if you want to process it differently. The function
const char *cs_stackerr(COMSTACK handle); |
Returns an error message from the lower layer, if one has been provided.