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