{
  "topic": "errors.DISPATCH_FORWARD_FAILED",
  "path": [
    "errors",
    "DISPATCH_FORWARD_FAILED"
  ],
  "title": "DISPATCH_FORWARD_FAILED — inter-node dispatch forwarding error",
  "synopsis": "The cluster dispatcher attempted to forward a processor invocation or criteria evaluation to a peer node but the HTTP call to that peer failed (network error, peer crash, or connection refused). The operation has not been executed on the target node.",
  "body": "# errors.DISPATCH_FORWARD_FAILED\n\n## NAME\n\nDISPATCH_FORWARD_FAILED — forwarding a processor or criteria dispatch request to a peer node failed.\n\n## SYNOPSIS\n\nHTTP: `503` `Service Unavailable`. Retryable: `yes`.\n\n## DESCRIPTION\n\nThe cluster dispatcher attempted to forward a processor invocation or criteria evaluation to a peer node but the HTTP call to that peer failed (network error, peer crash, or connection refused). The operation has not been executed on the target node.\n\nRetryable. Persistent failures indicate inter-node network or peer node health issues.\n\n## SEE ALSO\n\n- errors\n- errors.DISPATCH_TIMEOUT\n- errors.COMPUTE_MEMBER_DISCONNECTED\n",
  "sections": [
    {
      "name": "NAME",
      "body": "DISPATCH_FORWARD_FAILED — forwarding a processor or criteria dispatch request to a peer node failed."
    },
    {
      "name": "SYNOPSIS",
      "body": "HTTP: `503` `Service Unavailable`. Retryable: `yes`."
    },
    {
      "name": "DESCRIPTION",
      "body": "The cluster dispatcher attempted to forward a processor invocation or criteria evaluation to a peer node but the HTTP call to that peer failed (network error, peer crash, or connection refused). The operation has not been executed on the target node.\n\nRetryable. Persistent failures indicate inter-node network or peer node health issues."
    },
    {
      "name": "SEE ALSO",
      "body": "- errors\n- errors.DISPATCH_TIMEOUT\n- errors.COMPUTE_MEMBER_DISCONNECTED"
    }
  ],
  "see_also": [
    "errors",
    "errors.DISPATCH_TIMEOUT",
    "errors.COMPUTE_MEMBER_DISCONNECTED"
  ],
  "stability": "stable",
  "actions": []
}
