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