Function sc_get_err_msg

Function Documentation

void sc_get_err_msg(int err_code, char *err_msg)

Gives an error description in a text form.

Note

The err_msg array must not be shorter than the value of the ERRSTRLEN constant.

Parameters
  • err_code – Integer error code

  • err_msg – Pointer to put a text description.