theSq3Lite 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard - theLib - theATL
c - tcl - atl - cs - py - rb - jv - cc
Loading...
Searching...
No Matches
Sq3Lite_Error_TCL_API

Sq3Lite PACKAGE - work with an errorMore...

+ Collaboration diagram for Sq3Lite_Error_TCL_API:

Functions

static OT_ProcRet tclsq3lite_Sq3Lite_ErrorCheckI (OtClass_ARGS)
  Tcl: (static) bool [Sq3Lite ErrorCheckI ret:Sq3ErrorE] C-API
check if ret signal an error
 

Detailed Description

Sq3Lite PACKAGE - work with an error

Error handling in tclsq3lite.

The error signals the end of an operation with an undesirable result or state.

Function Documentation

◆ tclsq3lite_Sq3Lite_ErrorCheckI()

static OT_ProcRet tclsq3lite_Sq3Lite_ErrorCheckI ( OtClass_ARGS )
static

Tcl: (static) bool [Sq3Lite ErrorCheckI ret:Sq3ErrorE] C-API
check if ret signal an error

Definition at line 4734 of file LibSq3Lite_tcl.c.

4734 {
4737 enum Sq3ErrorE ret = 0;
4741 goto end;
4742 error:
4744 end:
4746}
#define OT_retObj_SET_BOL(nat)
#define OT_SETUP_ONEARG(d)
#define OT_retObj_SET_Error
#define OT_CHECK_REQUIRED(val)
#define OT_CHECK_ENUM(ename, val)
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
#define ErrorCheckI_doc
#define OT_SETUP_hdl_static
Sq3ErrorE
Result Codes.
static bool Sq3ErrorCheckI(enum Sq3ErrorE ret)
check if ret signal an error …