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