Skip to main content

bt_last_error

Function bt_last_error 

Source
#[unsafe(no_mangle)]
pub extern "C" fn bt_last_error() -> *const c_char
Expand description

Returns the most recent error message on the calling thread (empty if none). The pointer is valid until the next bt_* call on this thread.