Function regorust::regoGetError

source ยท
pub unsafe extern "C" fn regoGetError(
    rego: *mut regoInterpreter,
) -> *const c_char
Expand description

Returns the most recently thrown error.

If an error code is returned from an interface function, more error information can be obtained by calling this function.

@param rego The interpreter. @return The error message.