Database Reference
In-Depth Information
Type of errors
There are two types of errors in AWS:
• Client errors: These normally come when the request we are submitting is incor-
rect. The client errors are normally shown with the status code starting with 4XX.
These errors normally arrive when there is an authentication failure, bad requests,
missing required attributes, or for exceeding the provisioned throughput. The er-
rors normally come when users provide invalid inputs.
• Server errors: These arrive when there is something wrong from Amazon's side,
and they appear at runtime. The only way to handle such errors is to try again, and
even then if it does not succeed, then you should log the request ID and reach
Amazon support with that ID to know more about the details.
You can get the full list of AWS DynamoDB error code and the description at ht-
tp://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ErrorHand-
ling.html#APIError .
Search WWH ::




Custom Search