1mod error; 2 3pub use error::{Error, ErrorType, OwnedError}; 4 5pub type ManagerCoreResult<T> = Result<T, Error>;