MkErrorC - various functions to set and check a 'signal' on a MkErrorS … More...
MkErrorC - various functions to set and check a 'signal' on a MkErrorS …
|
static |
Python:
→ C-API bool err.IsABORT()
check on ABORT signal …
Definition at line 665 of file MkErrorC_py.c.
|
static |
Python:
→ C-API bool err.IsEXIT()
check on APPLICATION-EXIT error …
Definition at line 678 of file MkErrorC_py.c.
|
static |
Python:
→ C-API bool err.IsSOCKET()
check on SOCKET-DOWN error …
Definition at line 691 of file MkErrorC_py.c.
|
static |
Python:
→ C-API bool err.IsTIMEOUT()
check on TIMEOUT error …
Definition at line 704 of file MkErrorC_py.c.
|
static |
Python:
→ C-API err.SetABORT(?detail:string="UNKNOWN"?, ?callfunc:string="MK_NULL"?)
send the ABORT signal to the calling stack…
Definition at line 717 of file MkErrorC_py.c.
|
static |
Python:
→ C-API err.SetCode(code:MkErrorE)
set the MkErrorS::code value …
Definition at line 751 of file MkErrorC_py.c.
|
static |
Python:
→ C-API err.SetCONTINUE()
signal end of processing in an MqMqEventIF callback …
Definition at line 737 of file MkErrorC_py.c.
|
static |
Python:
→ C-API err.SetEXIT(?callfunc:string="MK_NULL"?)
finish the current callback, return to toplevel and MqExit the application …
Definition at line 767 of file MkErrorC_py.c.
|
static |
Python:
→ C-API err.SetSOCKET(?detail:string="UNKNOWN"?, ?callfunc:string="MK_NULL"?)
create SOCKET-DOWN error …
Definition at line 785 of file MkErrorC_py.c.