FEEDBACK_RUN_NOT_OWNED
403authThe referenced resource belongs to another client.
Cause
You submitted feedback for a resource owned by a different client.
How to fix it
Submit feedback only for your own resources.
Example response
403 FEEDBACK_RUN_NOT_OWNED
JSON
{
"error_code": "FEEDBACK_RUN_NOT_OWNED",
"error_type": "auth",
"error_message": "The referenced resource belongs to another client.",
"hint": "Submit feedback only for your own resources.",
"docs_url": "https://docs.billerapi.com/errors/FEEDBACK_RUN_NOT_OWNED",
"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_RUN_NOT_OWNED
Was this page helpful?