lsm_error_exception_get - Man Page
Retrieves the exception message from the error.
Synopsis
char * lsm_error_exception_get (lsm_error_ptr e);
Arguments
- e
The lsm_error to retrieves exception message from.
Version
1.0
Description
Retrieves the exception message for the specified lsm_error.
Note
Address returned is valid until lsm_error gets freed, copy return value if you need longer scope. Do not free returned string.
Return
string. NULL if argument 'e' is NULL or not a valid lsm_error_ptr.
Info
July 2024 Libstoragemgmt C API Manual