pub type ErrorSource = Box<dyn Error + Send + Sync + 'static>;
Lower level source of the error.
Send + Sync varies depending on configuration.
Send + Sync
struct ErrorSource(/* private fields */);