{
  "topic": "errors.TRANSACTION_NOT_FOUND",
  "path": [
    "errors",
    "TRANSACTION_NOT_FOUND"
  ],
  "title": "TRANSACTION_NOT_FOUND — transaction ID does not exist",
  "synopsis": "The transaction ID supplied in the request does not correspond to an active transaction. The transaction may have been committed, rolled back, expired, or may never have existed. Also occurs when a request is mis-routed to a node that never opened the transaction.",
  "body": "# errors.TRANSACTION_NOT_FOUND\n\n## NAME\n\nTRANSACTION_NOT_FOUND — no transaction with the given ID exists on this node.\n\n## SYNOPSIS\n\nHTTP: `404` `Not Found`. Retryable: `no`.\n\n## DESCRIPTION\n\nThe transaction ID supplied in the request does not correspond to an active transaction. The transaction may have been committed, rolled back, expired, or may never have existed. Also occurs when a request is mis-routed to a node that never opened the transaction.\n\nNot retryable. Transaction state (committed, rolled back, expired) determines whether the transaction existed.\n\n## SEE ALSO\n\n- errors\n- errors.TRANSACTION_EXPIRED\n- errors.TRANSACTION_NODE_UNAVAILABLE\n",
  "sections": [
    {
      "name": "NAME",
      "body": "TRANSACTION_NOT_FOUND — no transaction with the given ID exists on this node."
    },
    {
      "name": "SYNOPSIS",
      "body": "HTTP: `404` `Not Found`. Retryable: `no`."
    },
    {
      "name": "DESCRIPTION",
      "body": "The transaction ID supplied in the request does not correspond to an active transaction. The transaction may have been committed, rolled back, expired, or may never have existed. Also occurs when a request is mis-routed to a node that never opened the transaction.\n\nNot retryable. Transaction state (committed, rolled back, expired) determines whether the transaction existed."
    },
    {
      "name": "SEE ALSO",
      "body": "- errors\n- errors.TRANSACTION_EXPIRED\n- errors.TRANSACTION_NODE_UNAVAILABLE"
    }
  ],
  "see_also": [
    "errors",
    "errors.TRANSACTION_EXPIRED",
    "errors.TRANSACTION_NODE_UNAVAILABLE"
  ],
  "stability": "stable",
  "actions": []
}
