pub type Error = Error;
An error that happened during any of the methods on a Negotiator.
Negotiator
enum Error { Lookup(Error), ToOwned(Error), }