aws_db_esdk/
error.rs

1// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2// SPDX-License-Identifier: Apache-2.0
3// Do not modify this file. This file is machine generated, and any changes to it will be overwritten.
4pub use ::aws_smithy_runtime_api::box_error::BoxError;
5
6/// Error type returned by the client.
7pub type SdkError<E, R = ::aws_smithy_runtime_api::client::orchestrator::HttpResponse> =
8    ::aws_smithy_runtime_api::client::result::SdkError<E, R>;
9pub use ::aws_smithy_runtime_api::client::result::ConnectorError;
10pub use ::aws_smithy_types::error::operation::BuildError;
11
12pub use ::aws_smithy_types::error::display::DisplayErrorContext;
13pub use ::aws_smithy_types::error::metadata::ErrorMetadata;
14pub use ::aws_smithy_types::error::metadata::ProvideErrorMetadata;
15
16pub(crate) mod sealed_unhandled;