Documentation

TRACE_INVALID_STATE

500api_error

The stored trace row cannot be acted on.

Cause

The row is not in a shape the operation accepts — most often a started_at that is not ISO 8601, which makes the partition day unknowable.

How to fix it

The row needs repair; retrying the same call will not help.

Example response

500 TRACE_INVALID_STATE
JSON
{
  "error_code": "TRACE_INVALID_STATE",
  "error_type": "api_error",
  "error_message": "The stored trace row cannot be acted on.",
  "hint": "The row needs repair; retrying the same call will not help.",
  "docs_url": "https://docs.billerapi.com/errors/TRACE_INVALID_STATE",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?