pub type Error = Error;
The error used in the PartialNameRef::try_from(…) implementations.
PartialNameRef
::try_from
enum Error { Tag(Error), SomeLowercase, }