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