lsm_error_message_get - Man Page

Retrieves the error message for the lsm_error.

Synopsis

char  * lsm_error_message_get (lsm_error_ptr e);

Arguments

e

The lsm_error to retrieves error message from.

Version

1.0

Description

Retrieves the error 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

April 2023 Libstoragemgmt C API Manual