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