Documentation

BRAIN_EFFECT_COMPUTE_FAILED

500api_error

The brain entry effect could not be computed.

Cause

The effect computation over the entry’s traces failed part-way, so no figure is returned rather than a partial one.

How to fix it

Retry with backoff. If it persists, narrow the window or contact support with the request_id.

Example response

500 BRAIN_EFFECT_COMPUTE_FAILED
JSON
{
  "error_code": "BRAIN_EFFECT_COMPUTE_FAILED",
  "error_type": "api_error",
  "error_message": "The brain entry effect could not be computed.",
  "hint": "Retry with backoff. If it persists, narrow the window or contact support with the request_id.",
  "docs_url": "https://docs.billerapi.com/errors/BRAIN_EFFECT_COMPUTE_FAILED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?