LcConfig PACKAGE - error handling in liblcconfig … More...
Macros | |
#define | LcErrorCheckI(ret) |
check if ret signal an error … | |
#define | LcErrorE_Check(lc_hdl, PROC) |
check on a liblcconfig error and convert into a liblcconfig error … | |
Typedefs | |
typedef enum LcErrorE | LcErrorE |
define the return-code of a method-call … | |
typedef enum LcErrorTypeE | LcErrorTypeE |
define the error-source of a LcConfigC … | |
Functions | |
LC_EXTERN enum MkErrorE | LcConfigErrorToMQ (MK_OBJN const obj, MK_STRN const func, MK_STRN const file, MK_I32 const line) |
if a libconfig funtion return a LcErrorE use this function to convert the libconfig-error into the libmkkernel-error … | |
LcConfig PACKAGE - error handling in liblcconfig …
The error signals the end of an operation with an undesirable result or state.
#define LcErrorCheckI | ( | ret | ) |
check if ret signal an error …
[in] | ret | input for liblcconfig error-check |
Definition at line 388 of file LibLcConfig_lc.h.
#define LcErrorE_Check | ( | lc_hdl, | |
PROC ) |
check on a liblcconfig error and convert into a liblcconfig error …
[in] | lc_hdl | the instance to work on, LcConfigC or LcSettingC |
[in] | PROC | the function to return the error, only eval once. |
error:
Definition at line 396 of file LibLcConfig_lc.h.
define the return-code of a method-call …
Definition at line 374 of file LibLcConfig_lc.h.
typedef enum LcErrorTypeE LcErrorTypeE |
define the error-source of a LcConfigC …
Definition at line 381 of file LibLcConfig_lc.h.