1lsm_error_last_get(3)     Libstoragemgmt C API Manual    lsm_error_last_get(3)
2
3
4

NAME

6       lsm_error_last_get - Retrieves the last error of the lsm connection.
7

SYNOPSIS

9       lsm_error_ptr lsm_error_last_get (lsm_connect *conn);
10

ARGUMENTS

12       conn        lsm_connect pointer.
13

VERSION

15       1.0
16

DESCRIPTION

18       Retrieves the last error of the lsm connection.
19

NOTE

21       Address  returned  is  valid  until lsm_connect gets freed, copy return
22       value if you need longer scope. Do not free returned pointer.
23

RETURN

25       lsm_error_ptr. NULL if argument 'c' is NULL or not a valid  lsm_connect
26       pointer or no error exists.
27
28
29
30May 2018                      lsm_error_last_get         lsm_error_last_get(3)
Impressum