pub(crate) type RetErrType = RetErr<Error, Error, String>;
enum RetErrType { Rust(Error), Pcre(Error), Text(String), }