1lsm_error_exception_get(3)Libstoragemgmt C API Manuallsm_error_exception_get(3)
2
3
4
6 lsm_error_exception_get - Retrieves the exception message from the
7 error.
8
10 char * lsm_error_exception_get (lsm_error_ptr e);
11
13 e The lsm_error to retrieves exception message from.
14
16 1.0
17
19 Retrieves the exception message for the specified lsm_error.
20
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
26 string. NULL if argument 'e' is NULL or not a valid lsm_error_ptr.
27
28
29
30February 2019 lsm_error_exception_get lsm_error_exception_get(3)