pub type ArcError = Arc<dyn Error + Send + Sync + 'static>;
Arc-ed standard error
pub struct ArcError { /* private fields */ }