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