-
- Downloads
Add 'as-service-error' to simplify handling of specific error conditions (#3333)
## Motivation and Context aws-sdk-rust#1010 ## Description Add `as-service-error` helper function to cleanup handling of service error ## Testing UT ## Checklist <!--- If a checkbox below is not applicable, then please DELETE it rather than leaving it unchecked --> - [x] I have updated `CHANGELOG.next.toml` if I made changes to the smithy-rs codegen or runtime crates - [x] I have updated `CHANGELOG.next.toml` if I made changes to the AWS SDK, generated SDK code, or SDK runtime crates ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
Showing
- CHANGELOG.next.toml 12 additions, 0 deletionsCHANGELOG.next.toml
- aws/sdk/integration-tests/s3/tests/status-200-errors.rs 3 additions, 1 deletionaws/sdk/integration-tests/s3/tests/status-200-errors.rs
- rust-runtime/aws-smithy-runtime-api/src/client/result.rs 30 additions, 0 deletionsrust-runtime/aws-smithy-runtime-api/src/client/result.rs
Loading
Please register or sign in to comment