LcConfig PACKAGE - error handling in cclcconfig … More...
Macros | |
#define | LcErrorCheckI(ret) |
check if ret signal an error … | |
#define | LcErrorE_Check(lc_hdl, PROC) |
check on a cclcconfig error and convert into a cclcconfig error … | |
Typedefs | |
typedef enum LcErrorE | liblcconfig::LcErrorE |
define the return-code of a method-call … | |
typedef enum LcErrorTypeE | liblcconfig::LcErrorTypeE |
define the error-source of a LcConfigC … | |
Functions | |
enum MkErrorE | liblcconfig::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 cclcconfig …
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 cclcconfig error-check |
Definition at line 376 of file LibLcConfig_lc.h.
#define LcErrorE_Check | ( | lc_hdl, | |
PROC ) |
check on a cclcconfig error and convert into a cclcconfig 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 384 of file LibLcConfig_lc.h.
typedef enum LcErrorE liblcconfig::LcErrorE |
define the return-code of a method-call …
Definition at line 362 of file LibLcConfig_lc.h.
typedef enum LcErrorTypeE liblcconfig::LcErrorTypeE |
define the error-source of a LcConfigC …
Definition at line 369 of file LibLcConfig_lc.h.