pub type DynError = Box<dyn Error + Send + Sync + 'static>;
pub struct DynError(/* private fields */);