Gets the error message for a given error in the stack .
char*
ade_errmsg(
int err_index);
Returns an error message or NULL.
err_index | Position of the error in the stack, where 0 = first error. |
Gets the error message for a given error in the stack .
char*
ade_errmsg(
int err_index);
Returns an error message or NULL.
err_index | Position of the error in the stack, where 0 = first error. |