| Package | Description |
|---|---|
| software.amazon.lambda.powertools.idempotency.persistence |
| Class and Description |
|---|
| IdempotencyItemAlreadyExistsException
Exception thrown when trying to store an item which already exists.
|
| IdempotencyItemNotFoundException
Exception thrown when the item was not found in the persistence store.
|
| IdempotencyValidationException
Exception thrown only when using
IdempotencyConfig.getPayloadValidationJMESPath() is configured
and the payload changed between two calls (but with the same idempotency key). |
Copyright © 2023. All rights reserved.