Skip to main content

M_getError

Function M_getError 

Source
pub unsafe extern "C" fn M_getError(
    status: *const M_Status,
) -> *const c_char
Expand description

Gets an error message from the M_Status parameter.

You should call this only if M_isError() is true.

@param status The status object for reporting errors and other messages. @returns A pointer to a null-terminated string containing the error message.