Function rd_kafka_event_error_string

Source
pub unsafe extern "C" fn rd_kafka_event_error_string(
    rkev: *mut rd_kafka_event_t,
) -> *const c_char
Expand description

Returns the error string (if any). An application should check that rd_kafka_event_error() returns non-zero before calling this function.

Event types:

  • all