pub type UriError = IriError;
pub enum UriError { Invalid(Option<String>), PathIsRelative(Option<PathBuf>), PathNotUnicode(Option<PathBuf>), }