MkErrorC - various functions to 'work' on a MkErrorS … More...
MkErrorC - various functions to 'work' on a MkErrorS …
|
static |
Tcl:
→ C-API MkErrorC [$err Catch ?exception:errorCode="MK_NULL"? ?callfunc:string="MK_NULL"?]
convert a programming-language-error into an tclmkkernel error …
Definition at line 363 of file MkErrorC_tcl.c.
|
static |
Tcl:
→ C-API $err Cleanup ?callfunc:string="MK_NULL"? ?callline:int32=-1?
cleanup and print unwanted active error …
Definition at line 385 of file MkErrorC_tcl.c.
|
static |
Definition at line 407 of file MkErrorC_tcl.c.
|
static |
Tcl:
→ C-API $err Println ?msg:string=""? ?callfunc:string="MK_NULL"? ?callline:int32=-1?
print the default-error to the MkLogFileC (default: stderr) and clear the error afterwards …
Definition at line 410 of file MkErrorC_tcl.c.
|
static |
Tcl:
→ C-API $err Reset ?callfunc:string="MK_NULL"? ?callline:int32=-1? ?force:bool=false?
This function clears the err and resets to MK_OK …
Definition at line 433 of file MkErrorC_tcl.c.
|
static |
Tcl:
→ C-API MkErrorE [$err Stack ?callfunc:string="MK_NULL"? ?callfile:string="MK_NULL"? ?callline:int32=-1?]
check on error and if yes append an ErrorStackFormat to the error-message …
Definition at line 456 of file MkErrorC_tcl.c.
|
static |
Tcl:
→ C-API $err StackFormat ?callfunc:string="MK_NULL"? ?callfile:string="MK_NULL"? ?callline:int32=-1?
append an ensemble of func, file and line to the error-message …
Definition at line 479 of file MkErrorC_tcl.c.
|
static |
Definition at line 504 of file MkErrorC_tcl.c.