Function sapnwrfc::binding::RfcGetExceptionDescByName [] [src]

pub unsafe extern "C" fn RfcGetExceptionDescByName(
    funcDesc: RFC_FUNCTION_DESC_HANDLE,
    name: *const SAP_UC,
    excDesc: *mut RFC_EXCEPTION_DESC,
    errorInfo: *mut RFC_ERROR_INFO
) -> RFC_RC

Reads the metadata description of a function module's ABAP Exception given by name.

\in funcDesc The function module's metadata description. \in *name The name of the exception to describe. \out *excDesc The ABAP Exception's metadata description. \out *errorInfo No such ABAP Exception? \return RFC_RC