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 f844230 commit 5afe217Copy full SHA for 5afe217
designs/exceptions.md
@@ -10,7 +10,7 @@ smithy-python clients will expose exceptions to customers.
10
specific catch statement (that is, not just `except Exception`).
11
* Every modeled exception raised by a service should be catchable with a single,
12
specific catch statement.
13
-* Exceptions should contain information about retryablility where relevant.
+* Exceptions should contain information about retryability where relevant.
14
15
## Specification
16
0 commit comments