Documentation

EVENT_ARCHIVE_QUERY_FAILED

500api_error

The archived-event store could not be queried.

Cause

The event-archive read faulted or was throttled.

How to fix it

Retry with backoff; narrowing the date range or filter set reduces the chance of a throttled scan.

Example response

500 EVENT_ARCHIVE_QUERY_FAILED
JSON
{
  "error_code": "EVENT_ARCHIVE_QUERY_FAILED",
  "error_type": "api_error",
  "error_message": "The archived-event store could not be queried.",
  "hint": "Retry with backoff; narrowing the date range or filter set reduces the chance of a throttled scan.",
  "docs_url": "https://docs.billerapi.com/errors/EVENT_ARCHIVE_QUERY_FAILED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?