CLIENT_FEEDBACK_ALREADY_SUBMITTED
409invalid_requestFeedback was already submitted for that run.
Cause
Client feedback is at-most-once per (agent_type, run_id) so a run’s signal cannot be silently rewritten.
How to fix it
Read the existing feedback. If it genuinely needs changing, that is a support request, not a resubmission.
Example response
409 CLIENT_FEEDBACK_ALREADY_SUBMITTED
JSON
{
"error_code": "CLIENT_FEEDBACK_ALREADY_SUBMITTED",
"error_type": "invalid_request",
"error_message": "Feedback was already submitted for that run.",
"hint": "Read the existing feedback. If it genuinely needs changing, that is a support request, not a resubmission.",
"docs_url": "https://docs.billerapi.com/errors/CLIENT_FEEDBACK_ALREADY_SUBMITTED",
"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/CLIENT_FEEDBACK_ALREADY_SUBMITTED
Was this page helpful?