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