LcConfig PACKAGE - error handling in cslcconfig … More...
Collaboration diagram for LcConfig_Error_C_API:Macros | |
| #define | LcErrorCheckI(ret) |
| check if ret signal an error … | |
| #define | LcErrorE_Check(lc_hdl, PROC) |
| check on a cslcconfig error and convert into a cslcconfig 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 | |
| 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 cslcconfig …
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 cslcconfig error-check |
Definition at line 362 of file LibLcConfig_lc.h.
| #define LcErrorE_Check | ( | lc_hdl, | |
| PROC ) |
check on a cslcconfig error and convert into a cslcconfig 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 370 of file LibLcConfig_lc.h.
define the return-code of a method-call …
Definition at line 348 of file LibLcConfig_lc.h.
| typedef enum LcErrorTypeE LcErrorTypeE |
define the error-source of a LcConfigC …
Definition at line 355 of file LibLcConfig_lc.h.