MkErrorC - various functions to 'work' on a MkErrorS … More...
MkErrorC - various functions to 'work' on a MkErrorS …
|
static |
Python:
→ C-API MkErrorC err.Catch(?exception:errorCode=None?, ?callfunc:string="MK_NULL"?)
convert a programming-language-error into an pymkkernel error …
Definition at line 389 of file MkErrorC_py.c.
|
static |
Python:
→ C-API err.Cleanup(?callfunc:string="MK_NULL"?, ?callline:int32=-1?)
cleanup and print unwanted active error …
Definition at line 411 of file MkErrorC_py.c.
|
static |
Definition at line 433 of file MkErrorC_py.c.
|
static |
Python:
→ 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 436 of file MkErrorC_py.c.
|
static |
Python:
→ 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 459 of file MkErrorC_py.c.
|
static |
Python:
→ 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 482 of file MkErrorC_py.c.
|
static |
Python:
→ 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 505 of file MkErrorC_py.c.
|
static |
Definition at line 530 of file MkErrorC_py.c.