theConfig 10.0
Loading...
Searching...
No Matches
LcConfigC_Error_TCL_API

LcConfigC - dealing with a native-errorMore...

+ Collaboration diagram for LcConfigC_Error_TCL_API:

Functions

static OT_ProcRet tcllcconfig_LcConfigC_ErrorType (LcConfigC_ARGS)
  Tcl: 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

◆ tcllcconfig_LcConfigC_ErrorType()

static OT_ProcRet tcllcconfig_LcConfigC_ErrorType ( LcConfigC_ARGS )
static

Tcl: 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 294 of file LcConfigC_tcl.c.

294 {
299 goto end;
300 error:
302 end:
304}
#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...