Function alpm_sys::alpm_errno

source ·
pub unsafe extern "C" fn alpm_errno(
    handle: *mut alpm_handle_t
) -> alpm_errno_t
Expand description

Returns the current error code from the handle. @param handle the context handle @return the current error code of the handle