Function regorust::regoGetStrictBuiltInErrors

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

@brief Gets whether strict built-in errors are enabled. @param rego The interpreter. @return Whether strict built-in errors are enabled.