Skip to content

Commit 8eb1550

Browse files
committed
add changelog
1 parent ee313ba commit 8eb1550

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG_PENDING.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
### SDK Features
2+
* Add generated error types for JSONRPC and RESTJSON APIs
3+
* Adds generated error types for APIs using JSONRPC and RESTJSON protocols. This allows you to retrieve additional error metadata within an error message that was previously unavailable. For example, Amazon DynamoDB's TransactWriteItems operation can return a `TransactionCanceledException` continuing detailed `CancellationReasons` member. This data is now available by type asserting the error returned from the operation call to `TransactionCanceledException` type.
24

35
### SDK Enhancements
46

0 commit comments

Comments
 (0)