HUMAN_REVIEW_CLAIM_CONFLICT
409invalid_requestAnother worker already holds this review.
Cause
Claims are exclusive. A second claim, or a release issued by someone other than the holder, is refused rather than clobbering the holder.
How to fix it
Pick a different review, or wait for the stale-claim reaper to free this one.
Example response
409 HUMAN_REVIEW_CLAIM_CONFLICT
JSON
{
"error_code": "HUMAN_REVIEW_CLAIM_CONFLICT",
"error_type": "invalid_request",
"error_message": "Another worker already holds this review.",
"hint": "Pick a different review, or wait for the stale-claim reaper to free this one.",
"docs_url": "https://docs.billerapi.com/errors/HUMAN_REVIEW_CLAIM_CONFLICT",
"request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}Related
- Error handling — the error envelope shape and how to parse it
- Error code reference — every stable error code
Canonical docs URL: https://docs.billerapi.com/errors/HUMAN_REVIEW_CLAIM_CONFLICT
Was this page helpful?