Show / Hide Table of Contents

Namespace LambdaSharp.DynamoDB.Native.Exceptions

Classes

ADynamoException

The ADynamoException is the base class for all exceptions thrown the LambdaSharp.DynamoDB.Native library.

DynamoTableBatchGetItemsMaxAttemptsExceededException

The DynamoTableBatchGetItemsMaxAttemptsExceededException exception is throw when BatchGetItems<TRecord>(IEnumerable<DynamoPrimaryKey<TRecord>>, Boolean) or BatchGetItems(Boolean) have reached they retry limit.

DynamoTableBatchWriteItemsMaxAttemptsExceededException

The DynamoTableBatchWriteItemsMaxAttemptsExceededException exception is throw when BatchWriteItems() has reached its retry limit.

In This Article
Back to top Generated by DocFX