MkErrorC - various functions to 'get' data out of a MkErrorS … More...
Functions | |
static OT_ProcRet | pymkkernel_MkErrorC_GetCode (MkErrorC_ARGS) |
Python: → C-API get the value of MkErrorS::code … | |
static OT_ProcRet | pymkkernel_MkErrorC_GetNum (MkErrorC_ARGS) |
Python: → C-API get the MkErrorS::num. The number can be used as exit-code … | |
static OT_ProcRet | pymkkernel_MkErrorC_GetSize (MkErrorC_ARGS) |
Python: → C-API get the error-message-size from the exception-object … | |
static OT_ProcRet | pymkkernel_MkErrorC_GetText (MkErrorC_ARGS) |
Python: → C-API get the MkErrorS::text … | |
MkErrorC - various functions to 'get' data out of a MkErrorS …
|
static |
Python:
→ C-API MkErrorE err.GetCode()
get the value of MkErrorS::code …
Definition at line 328 of file MkErrorC_py.c.
|
static |
Python:
→ C-API int32 err.GetNum()
get the MkErrorS::num. The number can be used as exit-code …
Definition at line 341 of file MkErrorC_py.c.
|
static |
Python:
→ C-API long err.GetSize()
get the error-message-size from the exception-object …
Definition at line 354 of file MkErrorC_py.c.
|
static |
Python:
→ C-API string err.GetText()
get the MkErrorS::text …
Definition at line 367 of file MkErrorC_py.c.