Skip to main content

ly_err_last

Function ly_err_last 

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

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

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