pub type SimpleError = Error<()>;
An Error with no custom details, to avoid the generic parameter when not needed.
Error
struct SimpleError { /* private fields */ }