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