pub type OnError = Arc<dyn Fn(MIPError) + Send + Sync>;
Callback invoked on error
pub struct OnError { /* private fields */ }