Documentation

CLIENT_FEEDBACK_NOT_FOUND

404invalid_request

No client feedback for that run.

Cause

The (agent_type, run_id) pair has no stored feedback.

How to fix it

Verify the run_id, or list feedback for the agent_type.

Example response

404 CLIENT_FEEDBACK_NOT_FOUND
JSON
{
  "error_code": "CLIENT_FEEDBACK_NOT_FOUND",
  "error_type": "invalid_request",
  "error_message": "No client feedback for that run.",
  "hint": "Verify the run_id, or list feedback for the agent_type.",
  "docs_url": "https://docs.billerapi.com/errors/CLIENT_FEEDBACK_NOT_FOUND",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

Canonical docs URL: https://docs.billerapi.com/errors/CLIENT_FEEDBACK_NOT_FOUND

Was this page helpful?