We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931a23e commit f7715fbCopy full SHA for f7715fb
rust-runtime/aws-smithy-types/src/lib.rs
@@ -28,5 +28,10 @@ pub mod timeout;
28
pub use blob::Blob;
29
pub use date_time::DateTime;
30
pub use document::Document;
31
+// TODO(deprecated): Remove deprecated re-export
32
+/// Use [error::ErrorMetadata] instead.
33
+#[deprecated(
34
+ note = "`aws_smithy_types::Error` has been renamed to `aws_smithy_types::error::ErrorMetadata`"
35
+)]
36
pub use error::ErrorMetadata as Error;
37
pub use number::Number;
0 commit comments