WAL-1104
This idempotency key was already used for a different usage record
Why it happens
The idempotency key idempotencyKey already belongs to an earlier usage record with different details (item, quantity, resource, time or price). A key identifies one event, so nothing was recorded.
What to do
Use a new idempotency key for each new event. To repeat the earlier record safely, send exactly the same details with the same key.
- HTTP status
- 409
- Retrying does not help
- Placeholders
- idempotencyKey