Skip to main content

ly_err_first

Function ly_err_first 

Source
pub unsafe extern "C" fn ly_err_first(
    ctx: *const ly_ctx,
) -> *const ly_err_item
Expand description

@brief Get the first (thread, context-specific) generated error structure.

@param[in] ctx Relative context. @return First error structure, NULL if none available.