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