1lsm_error_exception_get(3)Libstoragemgmt C API Manuallsm_error_exception_get(3)
2
3
4

NAME

6       lsm_error_exception_get  -  Retrieves  the  exception  message from the
7       error.
8

SYNOPSIS

10       char  * lsm_error_exception_get (lsm_error_ptr e);
11

ARGUMENTS

13       e           The lsm_error to retrieves exception message from.
14

VERSION

16       1.0
17

DESCRIPTION

19       Retrieves the exception message for the specified lsm_error.
20

NOTE

22       Address returned is valid until lsm_error gets freed, copy return value
23       if you need longer scope. Do not free returned string.
24

RETURN

26       string. NULL if argument 'e' is NULL or not a valid lsm_error_ptr.
27
28
29
30February 2020               lsm_error_exception_get lsm_error_exception_get(3)
Impressum