pub unsafe extern "C" fn aeron_archive_replay_merge_has_failed(
    replay_merge: *mut aeron_archive_replay_merge_t,
) -> bool
Expand description

Has the replay_merge failed due to an error?

@param replay_merge the replay_merge to check @return true if an error occurred