LcConfigC - dealing with a native-error … More...
Functions | |
enum LcErrorTypeE | LcConfigErrorType (LC_CFGN config) |
This function, which is implemented as a macro, returns the type of error that occurred during the last call to one of the read or write functions … | |
LcConfigC - LcConfigC_Error_C_API - function | |
LC_EXTERN enum LcErrorTypeE | LcConfigErrorTypeP (LC_CFGN config) |
Non-inline replacement for LcConfigErrorType … | |
LcConfigC - dealing with a native-error …
|
inline |
This function, which is implemented as a macro, returns the type of error that occurred during the last call to one of the read or write functions …
The LcErrorTypeE type is an enumeration with the following values: CONFIG_ERR_NONE, CONFIG_ERR_FILE_IO, CONFIG_ERR_PARSE. These represent success, a file I/O error, and a parsing error, respectively.
Definition at line 223 of file LcConfigC_lc.h.
LC_EXTERN enum LcErrorTypeE LcConfigErrorTypeP | ( | LC_CFGN | config | ) |
Non-inline replacement for LcConfigErrorType …