Type Definition diana::AwsError[][src]

type AwsError = Box<dyn Error + Send + Sync + 'static>;
Expand description

A very generic error type that the lambda will accept as a return type.