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 |
Atl:
→ C-API bool [MkErrorC::IsABORT $err]
check on ABORT signal …
Definition at line 618 of file MkErrorC_atl.c.
|
static |
Atl:
→ C-API bool [MkErrorC::IsEXIT $err]
check on APPLICATION-EXIT error …
Definition at line 631 of file MkErrorC_atl.c.
|
static |
Atl:
→ C-API bool [MkErrorC::IsSOCKET $err]
check on SOCKET-DOWN error …
Definition at line 644 of file MkErrorC_atl.c.
|
static |
Atl:
→ C-API bool [MkErrorC::IsTIMEOUT $err]
check on TIMEOUT error …
Definition at line 657 of file MkErrorC_atl.c.
|
static |
Atl:
→ C-API MkErrorC::SetABORT $err ?detail:string="UNKNOWN"? ?callfunc:string="MK_NULL"?
send the ABORT signal to the calling stack…
Definition at line 670 of file MkErrorC_atl.c.
|
static |
Atl:
→ C-API MkErrorC::SetCode $err code:MkErrorE
set the MkErrorS::code value …
Definition at line 704 of file MkErrorC_atl.c.
|
static |
Atl:
→ C-API MkErrorC::SetCONTINUE $err
signal end of processing in an MqMqEventIF callback …
Definition at line 690 of file MkErrorC_atl.c.
|
static |
Atl:
→ C-API MkErrorC::SetEXIT $err ?callfunc:string="MK_NULL"?
finish the current callback, return to toplevel and MqExit the application …
Definition at line 720 of file MkErrorC_atl.c.
|
static |
Atl:
→ C-API MkErrorC::SetSOCKET $err ?detail:string="UNKNOWN"? ?callfunc:string="MK_NULL"?
create SOCKET-DOWN error …
Definition at line 738 of file MkErrorC_atl.c.