Type Alias aws_sdk_sqs::error::BoxError

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

A boxed error that is Send and Sync.

Aliased Type§

struct BoxError(/* private fields */);