LcConfig PACKAGE - error handling in jvlcconfig … 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 jvlcconfig error and convert into a jvlcconfig 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 jvlcconfig …
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 jvlcconfig error-check |
Definition at line 362 of file LibLcConfig_lc.h.
| #define LcErrorE_Check | ( | lc_hdl, | |
| PROC ) |
check on a jvlcconfig error and convert into a jvlcconfig 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.