HUMAN_REVIEW_INVALID_STATE
409invalid_requestThe review is not in a state this operation accepts.
Cause
For example claiming a review that is already completed or cancelled.
How to fix it
Re-read the review to see its current status.
Example response
409 HUMAN_REVIEW_INVALID_STATE
JSON
{
"error_code": "HUMAN_REVIEW_INVALID_STATE",
"error_type": "invalid_request",
"error_message": "The review is not in a state this operation accepts.",
"hint": "Re-read the review to see its current status.",
"docs_url": "https://docs.billerapi.com/errors/HUMAN_REVIEW_INVALID_STATE",
"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_INVALID_STATE
Was this page helpful?