MkErrorC - various functions to 'get' data out of a MkErrorS … More...
Functions | |
static OT_ProcRet | tclmkkernel_MkErrorC_GetCode (MkErrorC_ARGS) |
Tcl: → C-API get the value of MkErrorS::code … | |
static OT_ProcRet | tclmkkernel_MkErrorC_GetNum (MkErrorC_ARGS) |
Tcl: → C-API get the MkErrorS::num. The number can be used as exit-code … | |
static OT_ProcRet | tclmkkernel_MkErrorC_GetSize (MkErrorC_ARGS) |
Tcl: → C-API get the error-message-size from the exception-object … | |
static OT_ProcRet | tclmkkernel_MkErrorC_GetText (MkErrorC_ARGS) |
Tcl: → C-API get the MkErrorS::text … | |
MkErrorC - various functions to 'get' data out of a MkErrorS …
|
static |
Tcl:
→ C-API MkErrorE [$err GetCode]
get the value of MkErrorS::code …
Definition at line 302 of file MkErrorC_tcl.c.
|
static |
Tcl:
→ C-API int32 [$err GetNum]
get the MkErrorS::num. The number can be used as exit-code …
Definition at line 315 of file MkErrorC_tcl.c.
|
static |
Tcl:
→ C-API long [$err GetSize]
get the error-message-size from the exception-object …
Definition at line 328 of file MkErrorC_tcl.c.
|
static |
Tcl:
→ C-API string [$err GetText]
get the MkErrorS::text …
Definition at line 341 of file MkErrorC_tcl.c.