{
  "topic": "errors.TX_COORDINATOR_NOT_CONFIGURED",
  "path": [
    "errors",
    "TX_COORDINATOR_NOT_CONFIGURED"
  ],
  "title": "TX_COORDINATOR_NOT_CONFIGURED — distributed transaction coordinator is not enabled",
  "synopsis": "Certain operations that span multiple storage shards require a distributed transaction coordinator. This error is returned when such an operation is attempted on a node where the coordinator component is disabled or misconfigured.",
  "body": "# errors.TX_COORDINATOR_NOT_CONFIGURED\n\n## NAME\n\nTX_COORDINATOR_NOT_CONFIGURED — the request requires a distributed transaction coordinator but none is configured on this node.\n\n## SYNOPSIS\n\nHTTP: `503` `Service Unavailable`. Retryable: `no`.\n\n## DESCRIPTION\n\nCertain operations that span multiple storage shards require a distributed transaction coordinator. This error is returned when such an operation is attempted on a node where the coordinator component is disabled or misconfigured.\n\nNot retryable on this node. Distributed transaction operations require the coordinator to be enabled via the relevant `CYODA_TX_*` environment variables, or must be routed to a node where the coordinator is enabled.\n\n## SEE ALSO\n\n- errors\n- errors.TX_REQUIRED\n- errors.TX_NO_STATE\n",
  "sections": [
    {
      "name": "NAME",
      "body": "TX_COORDINATOR_NOT_CONFIGURED — the request requires a distributed transaction coordinator but none is configured on this node."
    },
    {
      "name": "SYNOPSIS",
      "body": "HTTP: `503` `Service Unavailable`. Retryable: `no`."
    },
    {
      "name": "DESCRIPTION",
      "body": "Certain operations that span multiple storage shards require a distributed transaction coordinator. This error is returned when such an operation is attempted on a node where the coordinator component is disabled or misconfigured.\n\nNot retryable on this node. Distributed transaction operations require the coordinator to be enabled via the relevant `CYODA_TX_*` environment variables, or must be routed to a node where the coordinator is enabled."
    },
    {
      "name": "SEE ALSO",
      "body": "- errors\n- errors.TX_REQUIRED\n- errors.TX_NO_STATE"
    }
  ],
  "see_also": [
    "errors",
    "errors.TX_REQUIRED",
    "errors.TX_NO_STATE"
  ],
  "stability": "stable",
  "actions": []
}
