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