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