Function pact_ffi::models::expressions::pactffi_matcher_definition_error

source ยท
#[no_mangle]
pub extern "C" fn pactffi_matcher_definition_error(
    definition: *const MatchingRuleDefinitionResult
) -> *const c_char
Expand description

Returns any error message from parsing a matching definition expression. If there is no error, it will return a NULL pointer, otherwise returns the error message as a NULL-terminated string. The returned string must be freed using the pactffi_string_delete function once done with it.