aws_sdk_datasync/error/
sealed_unhandled.rs1#[deprecated(note = "Matching `Unhandled` directly is not forwards compatible. Instead, match using a \
11variable wildcard pattern and check `.code()`:
12 \
13 `err if err.code() == Some(\"SpecificExceptionCode\") => { /* handle the error */ }`
14 \
15See [`ProvideErrorMetadata`](::aws_smithy_types::error::metadata::ProvideErrorMetadata) for what information is available for the error.")]
16#[derive(Debug)]
17pub struct Unhandled {
18 pub(crate) source: ::aws_smithy_runtime_api::box_error::BoxError,
19 pub(crate) meta: ::aws_smithy_types::error::metadata::ErrorMetadata,
20}