pub type TopologicalPathGetTopologicalPathResult = Result<String, i32>;
enum TopologicalPathGetTopologicalPathResult { Ok(String), Err(i32), }
Contains the success value
Contains the error value