Documentation

EXECUTION_RUN_INVALID_STATE

409invalid_request

The execution run is in the wrong state for that transition.

Cause

The lifecycle transition was refused because the run’s current state does not permit it. Terminal states are final.

How to fix it

Re-read the run and apply a transition that is legal from its current state.

Example response

409 EXECUTION_RUN_INVALID_STATE
JSON
{
  "error_code": "EXECUTION_RUN_INVALID_STATE",
  "error_type": "invalid_request",
  "error_message": "The execution run is in the wrong state for that transition.",
  "hint": "Re-read the run and apply a transition that is legal from its current state.",
  "docs_url": "https://docs.billerapi.com/errors/EXECUTION_RUN_INVALID_STATE",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?