pub type Error = Box<dyn Error + Send + Sync>;
Re-export of lambda_runtime::Error.
Error type that lambdas may result in
pub struct Error(/* private fields */);