pub type LambdaError = Box<dyn Error + Send + Sync>;
Error type that lambdas may result in
pub struct LambdaError(/* private fields */);