Type Alias lambda_http::Error

source ·
pub type Error = Box<dyn Error + Sync + Send>;
Expand description

Error type that lambdas may result in

Aliased Type§

struct Error(/* private fields */);