Documentation

BRAIN_SEARCH_FAILED

503upstream

The brain search could not be executed.

Cause

An infrastructure fault running the brain search query.

How to fix it

Retry with backoff.

Example response

503 BRAIN_SEARCH_FAILED
JSON
{
  "error_code": "BRAIN_SEARCH_FAILED",
  "error_type": "upstream",
  "error_message": "The brain search could not be executed.",
  "hint": "Retry with backoff.",
  "docs_url": "https://docs.billerapi.com/errors/BRAIN_SEARCH_FAILED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?