pub type HttpError = Box<dyn Error + Send + Sync + 'static>;
pub struct HttpError(/* private fields */);