pub unsafe extern "C" fn aeron_archive_check_for_error_response(
    aeron_archive: *mut aeron_archive_t,
) -> c_int
Expand description

Poll the response stream once for an error.

@return 0 if no error is found OR if an error is found but an error handler is specified in the context.

-1 if an error is found and no error handler is specified. The error message can be retrieved by calling aeron_errmsg()