Replies: 1 comment 1 reply
-
Hi @d2a4u 👋 I just published an update ( |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, ElectroDB returns
ElectroError
error type, however, all DynamoDB errors are under 4001 code. How can I distinguish different error types such asConditionalCheckFailedException
? For example, I useput
to insert new item into the table with a conditional check to avoid duplicates.Beta Was this translation helpful? Give feedback.
All reactions