1pub use ::aws_smithy_runtime_api::box_error::BoxError;
3
4pub type SdkError<E, R = ::aws_smithy_runtime_api::client::orchestrator::HttpResponse> = ::aws_smithy_runtime_api::client::result::SdkError<E, R>;
6pub use ::aws_smithy_runtime_api::client::result::ConnectorError;
7pub use ::aws_smithy_types::error::operation::BuildError;
8
9pub use ::aws_smithy_types::error::display::DisplayErrorContext;
10pub use ::aws_smithy_types::error::metadata::ErrorMetadata;
11pub use ::aws_smithy_types::error::metadata::ProvideErrorMetadata;
12
13pub(crate) mod sealed_unhandled;