MkErrorC - various functions to 'get' data out of a MkErrorS … More...
Functions | |
static OT_ProcRet | rbmkkernel_MkErrorC_GetCode (MkErrorC_ARGS) |
Ruby: → C-API get the value of MkErrorS::code … | |
static OT_ProcRet | rbmkkernel_MkErrorC_GetNum (MkErrorC_ARGS) |
Ruby: → C-API get the MkErrorS::num. The number can be used as exit-code … | |
static OT_ProcRet | rbmkkernel_MkErrorC_GetSize (MkErrorC_ARGS) |
Ruby: → C-API get the error-message-size from the exception-object … | |
static OT_ProcRet | rbmkkernel_MkErrorC_GetText (MkErrorC_ARGS) |
Ruby: → C-API get the MkErrorS::text … | |
MkErrorC - various functions to 'get' data out of a MkErrorS …
|
static |
Ruby:
→ C-API MkErrorE err.GetCode()
get the value of MkErrorS::code …
Definition at line 273 of file MkErrorC_rb.c.
|
static |
Ruby:
→ C-API int32 err.GetNum()
get the MkErrorS::num. The number can be used as exit-code …
Definition at line 283 of file MkErrorC_rb.c.
|
static |
Ruby:
→ C-API long err.GetSize()
get the error-message-size from the exception-object …
Definition at line 293 of file MkErrorC_rb.c.
|
static |
Ruby:
→ C-API string err.GetText()
get the MkErrorS::text …
Definition at line 303 of file MkErrorC_rb.c.