pub type SourceError = Box<dyn Error + Send + Sync>;
Boxed error source — any host-side error fits here.
pub struct SourceError(/* private fields */);