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