Error

Type Alias Error 

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

Re-export of lambda_runtime::Error.

Error type that lambdas may result in

Aliased Typeยง

pub struct Error(/* private fields */);