Add API to get a textual description from an error.
This commit is contained in:
@ -1689,6 +1689,11 @@ int iso_set_msgs_severities(char *queue_severity, char *print_severity,
|
||||
int iso_obtain_msgs(char *minimum_severity, int *error_code,
|
||||
char msg_text[], int *os_errno, char severity[]);
|
||||
|
||||
/**
|
||||
* Get a textual description of a libisofs error.
|
||||
*/
|
||||
const char *iso_error_to_msg(int errcode);
|
||||
|
||||
/**
|
||||
* Return the messenger object handle used by libisofs. This handle
|
||||
* may be used by related libraries to their own compatible
|
||||
|
Reference in New Issue
Block a user