sc_strerror(3) Return string describing error code

SYNOPSIS


#include <opensc.h>
const char *sc_strerror(int error);

DESCRIPTION

This function returns a string describing error. It may be used with a negative errorcode returned by any OpenSC function call.