Unverified Commit bb1971a1 authored by david-perez's avatar david-perez Committed by GitHub
Browse files

Publish "Detailed error explanations" design documentation page (#3780)

The page was added back in #3734, but was not added to the index, so

https://smithy-lang.github.io/smithy-rs/design/client/detailed_error_explanations.html,
which is exposed here:


https://github.com/smithy-lang/smithy-rs/blob/10a92052b1ca4f6442b15f544dd2940f613bd008/rust-runtime/aws-smithy-runtime-api/src/client/connection.rs#L24-L27

currently points to a 404.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
parent 6a602d43
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
- [Client](./client/overview.md)
  - [What is the 'orchestrator' and why does it exist?](./client/orchestrator.md)
  - [Identity and Auth](./client/identity_and_auth.md)
  - [Detailed error explanations](./client/detailed_error_explanations.md)

- [Server](./server/overview.md)
  - [Middleware](./server/middleware.md)