sc_strerror - Return string describing error code
#include <opensc.h> const char *sc_strerror(int error);
This function returns a string describing error. It may be used with a negative errorcode returned by any OpenSC function call.