pub type ExceptionCallback = Arc<dyn Fn(&Exception) + Send + Sync>;
Callback invoked when the server returns an exception.
pub struct ExceptionCallback { /* private fields */ }