pub fn error_with_context<C: Context>( context: C, message: impl Display + Debug + Send + Sync + 'static, ) -> Report<C>
Create a new error report with context