lsm_error_free - Man Page
Free the lsm_error memory.
Synopsis
int lsm_error_free (lsm_error_ptr err);
Arguments
- err
Record to release
Version
1.0
Description
Frees the memory resources for the specified lsm_error.
Return
Error code as enumerated by 'lsm_error_number':
* LSM_ERR_OK
On success or not found.
* LSM_ERR_INVALID_ARGUMENT
When any argument is NULL or not a valid lsm_error_ptr.
Info
July 2024 Libstoragemgmt C API Manual