pub type CapturedError = Box<dyn Error + Send + Sync>;
Captured Error.
pub struct CapturedError(/* private fields */);