aws_sdk_sts/
error.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_smithy_runtime_api::box_error::BoxError;
3
4/// Error type returned by the client.
5                pub type SdkError<E, R = ::aws_smithy_runtime_api::client::orchestrator::HttpResponse> = ::aws_smithy_runtime_api::client::result::SdkError<E, R>;
6                pub use ::aws_smithy_types::error::operation::BuildError;
7                pub use ::aws_smithy_runtime_api::client::result::ConnectorError;
8
9                pub use ::aws_smithy_types::error::display::DisplayErrorContext;
10                pub use ::aws_smithy_types::error::metadata::ProvideErrorMetadata;
11                pub use ::aws_smithy_types::error::metadata::ErrorMetadata;
12
13pub(crate) mod sealed_unhandled;
14