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 |
Ruby:
→ C-API bool err.IsABORT()
check on ABORT signal …
Definition at line 562 of file MkErrorC_rb.c.
|
static |
Ruby:
→ C-API bool err.IsEXIT()
check on APPLICATION-EXIT error …
Definition at line 572 of file MkErrorC_rb.c.
|
static |
Ruby:
→ C-API bool err.IsSOCKET()
check on SOCKET-DOWN error …
Definition at line 582 of file MkErrorC_rb.c.
|
static |
Ruby:
→ C-API bool err.IsTIMEOUT()
check on TIMEOUT error …
Definition at line 592 of file MkErrorC_rb.c.
|
static |
Ruby:
→ C-API err.SetABORT(?detail:string="UNKNOWN"?, ?callfunc:string="MK_NULL"?)
send the ABORT signal to the calling stack…
Definition at line 602 of file MkErrorC_rb.c.
|
static |
Ruby:
→ C-API err.SetCode(code:MkErrorE)
set the MkErrorS::code value …
Definition at line 630 of file MkErrorC_rb.c.
|
static |
Ruby:
→ C-API err.SetCONTINUE()
signal end of processing in an MqMqEventIF callback …
Definition at line 619 of file MkErrorC_rb.c.
|
static |
Ruby:
→ C-API err.SetEXIT(?callfunc:string="MK_NULL"?)
finish the current callback, return to toplevel and MqExit the application …
Definition at line 643 of file MkErrorC_rb.c.
|
static |
Ruby:
→ C-API err.SetSOCKET(?detail:string="UNKNOWN"?, ?callfunc:string="MK_NULL"?)
create SOCKET-DOWN error …
Definition at line 658 of file MkErrorC_rb.c.