resource_locked
Another operation holds the resource until it finishes: concurrent writes on the same object are serialised instead of interleaved.
| Code | Type | HTTP | Category |
|---|---|---|---|
resource_locked | conflict_error | 409 | Request |
Cause
Another operation holds the resource until it finishes: concurrent writes on the same object are serialised instead of interleaved.
What to do
Retry after a short back-off and reuse the same Idempotency-Key, so the retry cannot duplicate the write.
Related
All Request error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.