AGENT_REPORT_DATA_UNAVAILABLE
503upstreamThe report data could not be read.
Cause
Reading the traces that back the report failed, so the report is withheld rather than returned half-populated.
How to fix it
Retry with backoff, or request a narrower window.
Example response
503 AGENT_REPORT_DATA_UNAVAILABLE
JSON
{
"error_code": "AGENT_REPORT_DATA_UNAVAILABLE",
"error_type": "upstream",
"error_message": "The report data could not be read.",
"hint": "Retry with backoff, or request a narrower window.",
"docs_url": "https://docs.billerapi.com/errors/AGENT_REPORT_DATA_UNAVAILABLE",
"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/AGENT_REPORT_DATA_UNAVAILABLE
Was this page helpful?