theConfig 10.0
Loading...
Searching...
No Matches
LcConfigC_Error_PY_API

LcConfigC - dealing with a native-errorMore...

+ Collaboration diagram for LcConfigC_Error_PY_API:

Functions

static OT_ProcRet pylcconfig_LcConfigC_ErrorType (LcConfigC_ARGS)
  Python: LcErrorTypeE config.ErrorType() C-API
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 …
 

Detailed Description

LcConfigC - dealing with a native-error

Function Documentation

◆ pylcconfig_LcConfigC_ErrorType()

static OT_ProcRet pylcconfig_LcConfigC_ErrorType ( LcConfigC_ARGS )
static

Python: LcErrorTypeE config.ErrorType() C-API
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 …

Definition at line 272 of file LcConfigC_py.c.

272 {
277 goto end;
278 error:
280 end:
282}
#define OT_SETUP_hdl
#define ErrorType_doc
#define OT_NEW_Lc_enum_OBJ(typ, val)
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_retObj_RETURN
#define OT_retObj_SET(val)
#define OT_CHECK_NOARGS
static enum LcErrorTypeE LcConfigErrorType(LC_CFGN config)
This function, which is implemented as a macro, returns the type of error that occurred during the la...