pub type Error = Box<dyn Error + Sync + Send>;
Vector’s basic error type, dynamically dispatched and safe to send across threads.
struct Error(/* private fields */);