theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3LiteC_Error_ATL_API

Sq3LiteC - work with an errorMore...

+ Collaboration diagram for Sq3LiteC_Error_ATL_API:

Functions

static OT_ProcRet atlsq3lite_Sq3LiteC_ErrCode (Sq3LiteC_ARGS)
  Atl: Sq3ErrorE [Sq3LiteC::ErrCode $db] C-API
Error Codes And Messages …
 
static OT_ProcRet atlsq3lite_Sq3LiteC_ErrMsg (Sq3LiteC_ARGS)
  Atl: string [Sq3LiteC::ErrMsg $sq3lite] C-API
Error Codes And Messages …
 
static OT_ProcRet atlsq3lite_Sq3LiteC_ErrorOffset (Sq3LiteC_ARGS)
  Atl: Sq3LiteC::ErrorOffset $db C-API
Error Codes And Messages …
 
static OT_ProcRet atlsq3lite_Sq3LiteC_ExtendetErrCode (Sq3LiteC_ARGS)
  Atl: Sq3ExtendetResultCodesE [Sq3LiteC::ExtendetErrCode $db] C-API
Error Codes And Messages …
 
static OT_ProcRet atlsq3lite_Sq3LiteC_SystemErrno (Sq3LiteC_ARGS)
  Atl: Sq3LiteC::SystemErrno $sq3lite C-API
Low-level system error code …
 
static OT_ProcRet atlsq3lite_Sq3LiteC_ErrStr (OtClass_ARGS)
  Atl: (static) string [Sq3LiteC::ErrStr arg0:int32] C-API
Error Codes And Messages …
 

Detailed Description

Sq3LiteC - work with an error

Function Documentation

◆ atlsq3lite_Sq3LiteC_ErrCode()

static OT_ProcRet atlsq3lite_Sq3LiteC_ErrCode ( Sq3LiteC_ARGS )
static

Atl: Sq3ErrorE [Sq3LiteC::ErrCode $db] C-API
Error Codes And Messages …

Definition at line 355 of file Sq3LiteC_atl.c.

355 {
360 goto end;
361 error:
363 end:
365}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_retObj_RETURN
#define OT_retObj_SET(val)
#define OT_CHECK_NOARGS
#define OT_NEW_Sq3_enum_OBJ(typ, val)
#define OT_SETUP_hdl
#define ErrCode_doc
static enum Sq3ErrorE Sq3LiteErrCode(SQ3_LITE db)
Error Codes And Messages …

◆ atlsq3lite_Sq3LiteC_ErrMsg()

static OT_ProcRet atlsq3lite_Sq3LiteC_ErrMsg ( Sq3LiteC_ARGS )
static

Atl: string [Sq3LiteC::ErrMsg $sq3lite] C-API
Error Codes And Messages …

Definition at line 368 of file Sq3LiteC_atl.c.

368 {
373 goto end;
374 error:
376 end:
378}
#define OT_retObj_SET_STR(nat)
#define ErrMsg_doc
static MK_STRN Sq3LiteErrMsg(SQ3_LITE sq3lite)
Error Codes And Messages …

◆ atlsq3lite_Sq3LiteC_ErrorOffset()

static OT_ProcRet atlsq3lite_Sq3LiteC_ErrorOffset ( Sq3LiteC_ARGS )
static

Atl: Sq3LiteC::ErrorOffset $db C-API
Error Codes And Messages …

Definition at line 381 of file Sq3LiteC_atl.c.

381 {
387 goto end;
388 error:
390 end:
392}
#define OT_retObj_SET_None
#define MkErrorC_Check(mng, PROC)
#define ErrorOffset_doc
static enum MkErrorE Sq3LiteErrorOffset(SQ3_LITE db)
Error Codes And Messages …

◆ atlsq3lite_Sq3LiteC_ErrStr()

static OT_ProcRet atlsq3lite_Sq3LiteC_ErrStr ( OtClass_ARGS )
static

Atl: (static) string [Sq3LiteC::ErrStr arg0:int32] C-API
Error Codes And Messages …

Definition at line 424 of file Sq3LiteC_atl.c.

424 {
427 MK_I32 arg0 = 0;
431 goto end;
432 error:
434 end:
436}
#define OT_SETUP_ONEARG(d)
#define OT_CHECK_NI4(val)
#define OT_CHECK_REQUIRED(val)
#define ErrStr_doc
#define OT_SETUP_hdl_static
signed int MK_I32
static MK_STRN Sq3LiteErrStr(MK_I32 arg0)
Error Codes And Messages …

◆ atlsq3lite_Sq3LiteC_ExtendetErrCode()

static OT_ProcRet atlsq3lite_Sq3LiteC_ExtendetErrCode ( Sq3LiteC_ARGS )
static

Atl: Sq3ExtendetResultCodesE [Sq3LiteC::ExtendetErrCode $db] C-API
Error Codes And Messages …

Definition at line 395 of file Sq3LiteC_atl.c.

395 {
399 OT_retObj_SET(OT_NEW_Sq3_enum_OBJ(ExtendetResultCodesE,Sq3LiteExtendetErrCode (hdl)));
400 goto end;
401 error:
403 end:
405}
#define ExtendetErrCode_doc
static enum Sq3ExtendetResultCodesE Sq3LiteExtendetErrCode(SQ3_LITE db)
Error Codes And Messages …

◆ atlsq3lite_Sq3LiteC_SystemErrno()

static OT_ProcRet atlsq3lite_Sq3LiteC_SystemErrno ( Sq3LiteC_ARGS )
static

Atl: Sq3LiteC::SystemErrno $sq3lite C-API
Low-level system error code …

Definition at line 408 of file Sq3LiteC_atl.c.

408 {
414 goto end;
415 error:
417 end:
419}
#define SystemErrno_doc
static enum MkErrorE Sq3LiteSystemErrno(SQ3_LITE sq3lite)
Low-level system error code …