Documentation

PROMPT_POINTER_ROLLBACK_NO_PRIOR

409invalid_request

No prior prompt version to roll back to.

Cause

Rollback walks to the previous registered version; this agent_type has only ever had one.

How to fix it

Promote a specific version_hash with an explicit flip rather than a rollback.

Example response

409 PROMPT_POINTER_ROLLBACK_NO_PRIOR
JSON
{
  "error_code": "PROMPT_POINTER_ROLLBACK_NO_PRIOR",
  "error_type": "invalid_request",
  "error_message": "No prior prompt version to roll back to.",
  "hint": "Promote a specific version_hash with an explicit flip rather than a rollback.",
  "docs_url": "https://docs.billerapi.com/errors/PROMPT_POINTER_ROLLBACK_NO_PRIOR",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?