#[no_mangle]
pub unsafe extern "C" fn dsnp_graph_error_message(
    error: *const GraphError
) -> *const c_char
Expand description

Get error message from graph error

Arguments

  • error - a pointer to the graph error

Returns

  • *const c_char - the error message or null