Documentation

TRACE_LIST_FAILED

500api_error

The trace list or recent-feed query was rejected.

Cause

Either the repository refused the filters (a date range wider than the cap, a cursor issued for a different query, a missing partition filter) or the query itself faulted. The repository reason is carried in the message.

How to fix it

Narrow the date range, drop the cursor and start from the first page, or retry with backoff.

Example response

500 TRACE_LIST_FAILED
JSON
{
  "error_code": "TRACE_LIST_FAILED",
  "error_type": "api_error",
  "error_message": "The trace list or recent-feed query was rejected.",
  "hint": "Narrow the date range, drop the cursor and start from the first page, or retry with backoff.",
  "docs_url": "https://docs.billerapi.com/errors/TRACE_LIST_FAILED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?