1246 1246 | }
|
1247 1247 | }
|
1248 1248 | impl From<crate::operation::timestamp_format_headers::TimestampFormatHeadersError> for Error {
|
1249 1249 | fn from(err: crate::operation::timestamp_format_headers::TimestampFormatHeadersError) -> Self {
|
1250 1250 | match err {
|
1251 1251 | crate::operation::timestamp_format_headers::TimestampFormatHeadersError::Unhandled(inner) => Error::Unhandled(inner),
|
1252 1252 | }
|
1253 1253 | }
|
1254 1254 | }
|
1255 1255 | impl<R> From<::aws_smithy_runtime_api::client::result::SdkError<crate::operation::xml_attributes::XmlAttributesError, R>> for Error
|
1256 1256 | where
|
1257 1257 | R: Send + Sync + std::fmt::Debug + 'static,
|
1258 1258 | {
|
1259 1259 | fn from(err: ::aws_smithy_runtime_api::client::result::SdkError<crate::operation::xml_attributes::XmlAttributesError, R>) -> Self {
|
1260 1260 | match err {
|
1261 1261 | ::aws_smithy_runtime_api::client::result::SdkError::ServiceError(context) => Self::from(context.into_err()),
|
1262 1262 | _ => Error::Unhandled(crate::error::sealed_unhandled::Unhandled {
|
1263 1263 | meta: ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(&err).clone(),
|
1264 1264 | source: err.into(),
|
1265 1265 | }),
|
1266 1266 | }
|
1267 1267 | }
|
1268 1268 | }
|
1269 1269 | impl From<crate::operation::xml_attributes::XmlAttributesError> for Error {
|
1270 1270 | fn from(err: crate::operation::xml_attributes::XmlAttributesError) -> Self {
|
1271 1271 | match err {
|
1272 1272 | crate::operation::xml_attributes::XmlAttributesError::Unhandled(inner) => Error::Unhandled(inner),
|
1273 1273 | }
|
1274 1274 | }
|
1275 1275 | }
|
1276 + | impl<R> From<::aws_smithy_runtime_api::client::result::SdkError<crate::operation::xml_attributes_in_middle::XmlAttributesInMiddleError, R>> for Error
|
1277 + | where
|
1278 + | R: Send + Sync + std::fmt::Debug + 'static,
|
1279 + | {
|
1280 + | fn from(
|
1281 + | err: ::aws_smithy_runtime_api::client::result::SdkError<crate::operation::xml_attributes_in_middle::XmlAttributesInMiddleError, R>,
|
1282 + | ) -> Self {
|
1283 + | match err {
|
1284 + | ::aws_smithy_runtime_api::client::result::SdkError::ServiceError(context) => Self::from(context.into_err()),
|
1285 + | _ => Error::Unhandled(crate::error::sealed_unhandled::Unhandled {
|
1286 + | meta: ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(&err).clone(),
|
1287 + | source: err.into(),
|
1288 + | }),
|
1289 + | }
|
1290 + | }
|
1291 + | }
|
1292 + | impl From<crate::operation::xml_attributes_in_middle::XmlAttributesInMiddleError> for Error {
|
1293 + | fn from(err: crate::operation::xml_attributes_in_middle::XmlAttributesInMiddleError) -> Self {
|
1294 + | match err {
|
1295 + | crate::operation::xml_attributes_in_middle::XmlAttributesInMiddleError::Unhandled(inner) => Error::Unhandled(inner),
|
1296 + | }
|
1297 + | }
|
1298 + | }
|
1276 1299 | impl<R> From<::aws_smithy_runtime_api::client::result::SdkError<crate::operation::xml_attributes_on_payload::XmlAttributesOnPayloadError, R>>
|
1277 1300 | for Error
|
1278 1301 | where
|
1279 1302 | R: Send + Sync + std::fmt::Debug + 'static,
|
1280 1303 | {
|
1281 1304 | fn from(
|
1282 1305 | err: ::aws_smithy_runtime_api::client::result::SdkError<crate::operation::xml_attributes_on_payload::XmlAttributesOnPayloadError, R>,
|
1283 1306 | ) -> Self {
|
1284 1307 | match err {
|
1285 1308 | ::aws_smithy_runtime_api::client::result::SdkError::ServiceError(context) => Self::from(context.into_err()),
|
1286 1309 | _ => Error::Unhandled(crate::error::sealed_unhandled::Unhandled {
|
1287 1310 | meta: ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(&err).clone(),
|
1288 1311 | source: err.into(),
|
1289 1312 | }),
|
1290 1313 | }
|
1291 1314 | }
|
1292 1315 | }
|
1293 1316 | impl From<crate::operation::xml_attributes_on_payload::XmlAttributesOnPayloadError> for Error {
|
1294 1317 | fn from(err: crate::operation::xml_attributes_on_payload::XmlAttributesOnPayloadError) -> Self {
|
1295 1318 | match err {
|
1296 1319 | crate::operation::xml_attributes_on_payload::XmlAttributesOnPayloadError::Unhandled(inner) => Error::Unhandled(inner),
|
1297 1320 | }
|
1298 1321 | }
|
1299 1322 | }
|
1300 1323 | impl<R> From<::aws_smithy_runtime_api::client::result::SdkError<crate::operation::xml_blobs::XmlBlobsError, R>> for Error
|
1301 1324 | where
|
1302 1325 | R: Send + Sync + std::fmt::Debug + 'static,
|
1303 1326 | {
|
1304 1327 | fn from(err: ::aws_smithy_runtime_api::client::result::SdkError<crate::operation::xml_blobs::XmlBlobsError, R>) -> Self {
|
1305 1328 | match err {
|