kure_context_set_error

Function kure_context_set_error 

Source
pub unsafe extern "C" fn kure_context_set_error(
    context: *mut KureContext,
    code: KureErrorCode,
    fmt: *const c_char,
    ...
)
Expand description

Convenience operation to set the associated \ref KureError object of the given context. See \ref kure_set_error or \ref kure_set_error_va for defails.