MqContextC - move and copy an error from a context … More...
Functions | |
static OT_ProcRet | py_mqmsgque_MqContextC_ErrorFORMAT (MqContextC_ARGS) |
Python: → C-API helper used to access MkErrorDEFAULT from MqContextC | |
OT_ProcRet | py_mqmsgque_MqContextC_ErrorCopy (MqContextC_ARGS) |
Python: → C-API copy a MkErrorS from the sourceCtx to the targetCtx … | |
OT_ProcRet | py_mqmsgque_MqContextC_ErrorMove (MqContextC_ARGS) |
Python: → C-API move a MkErrorS from the sourceCtx to the targetCtx … | |
MqContextC - move and copy an error from a context …
OT_ProcRet py_mqmsgque_MqContextC_ErrorCopy | ( | MqContextC_ARGS | ) |
Python:
→ C-API MkErrorE targetCtx.ErrorCopy(sourceCtx:MqContextC)
copy a MkErrorS from the sourceCtx to the targetCtx …
Definition at line 1397 of file MqContextC_py.c.
|
static |
Python:
→ C-API MkErrorC fmtobj.ErrorFORMAT()
helper used to access MkErrorDEFAULT from MqContextC
Definition at line 1381 of file MqContextC_py.c.
OT_ProcRet py_mqmsgque_MqContextC_ErrorMove | ( | MqContextC_ARGS | ) |
Python:
→ C-API MkErrorE targetCtx.ErrorMove(sourceCtx:MqContextC)
move a MkErrorS from the sourceCtx to the targetCtx …
Definition at line 1412 of file MqContextC_py.c.