HENNGE / aiodynamo

Asynchronous, fast, pythonic DynamoDB Client
https://aiodynamo.readthedocs.io/
Other
69 stars 20 forks source link

add more error types #186

Open aisk opened 1 month ago

aisk commented 1 month ago

Add more pre-defined error types from the official document.

Also, I added a SerializationException, which is not mentioned in the document but is found in dynalite. Someone on Stack Overflow also encountered this error when using DynamoDB, so I assume it is being used by DynamoDB as well.

Related to #70