MkErrorC - various functions to 'work' on a MkErrorS … More...
MkErrorC - various functions to 'work' on a MkErrorS …
|
static |
Ruby:
→ C-API MkErrorC err.Catch(?exception:errorCode=nil?, ?callfunc:string="MK_NULL"?)
convert a programming-language-error into an rbmkkernel error …
Definition at line 322 of file MkErrorC_rb.c.
|
static |
Ruby:
→ C-API err.Cleanup(?callfunc:string="MK_NULL"?, ?callline:int32=-1?)
cleanup and print unwanted active error …
Definition at line 341 of file MkErrorC_rb.c.
|
static |
Definition at line 360 of file MkErrorC_rb.c.
|
static |
Ruby:
→ 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 363 of file MkErrorC_rb.c.
|
static |
Ruby:
→ 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 383 of file MkErrorC_rb.c.
|
static |
Ruby:
→ 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 403 of file MkErrorC_rb.c.
|
static |
Ruby:
→ 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 423 of file MkErrorC_rb.c.
|
static |
Definition at line 445 of file MkErrorC_rb.c.