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