aws_sdk_sso/
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.
5pub 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;