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

Get error code from graph error

Arguments

  • error - a pointer to the graph error

Returns

  • i32 - the error code or std::i32::MAX