pub enum Error { id(Error), Io(Error), TooBig, NoIdSegment, IdNotFound(u64), IdDecode(DecodeError), Tera(Error), Url(String), NoContentLength, }