FEEDBACK_INVALID_CATEGORY
422invalid_requestThe category is not valid for this resource type.
Cause
A structurally-valid but unsupported category value was sent on the scraping-runs surface.
How to fix it
Use a category allowed for this resource type. See the Feedback API reference.
Example response
422 FEEDBACK_INVALID_CATEGORY
JSON
{
"error_code": "FEEDBACK_INVALID_CATEGORY",
"error_type": "invalid_request",
"error_message": "The category is not valid for this resource type.",
"hint": "Use a category allowed for this resource type. See the Feedback API reference.",
"docs_url": "https://docs.billerapi.com/errors/FEEDBACK_INVALID_CATEGORY",
"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/FEEDBACK_INVALID_CATEGORY
Was this page helpful?