HUMAN_REVIEW_COMPLETION_REJECTED
409invalid_requestThe review completion was refused.
Cause
The review aggregate or its classification refused the decision — most often because the aggregate is no longer in a completable state.
How to fix it
Re-read the review and its classification, then resubmit.
Example response
409 HUMAN_REVIEW_COMPLETION_REJECTED
JSON
{
"error_code": "HUMAN_REVIEW_COMPLETION_REJECTED",
"error_type": "invalid_request",
"error_message": "The review completion was refused.",
"hint": "Re-read the review and its classification, then resubmit.",
"docs_url": "https://docs.billerapi.com/errors/HUMAN_REVIEW_COMPLETION_REJECTED",
"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_COMPLETION_REJECTED
Was this page helpful?