BRAIN_ENTRY_INVALID_STATE
409invalid_requestThe brain entry is in the wrong state for that decision.
Cause
The lifecycle transition was refused: the entry’s current status does not permit the requested action.
How to fix it
Re-read the entry, confirm its status, and apply a transition that is legal from there.
Example response
409 BRAIN_ENTRY_INVALID_STATE
JSON
{
"error_code": "BRAIN_ENTRY_INVALID_STATE",
"error_type": "invalid_request",
"error_message": "The brain entry is in the wrong state for that decision.",
"hint": "Re-read the entry, confirm its status, and apply a transition that is legal from there.",
"docs_url": "https://docs.billerapi.com/errors/BRAIN_ENTRY_INVALID_STATE",
"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/BRAIN_ENTRY_INVALID_STATE
Was this page helpful?