{
  "topic": "errors.HELP_TOPIC_NOT_FOUND",
  "path": [
    "errors",
    "HELP_TOPIC_NOT_FOUND"
  ],
  "title": "HELP_TOPIC_NOT_FOUND — help topic not found",
  "synopsis": "Returned by `GET {ContextPath}/help/{topic}` when `{topic}` is well-formed (matches `[A-Za-z0-9._-]+`) but does not resolve to any topic in the tree. Clients should `GET {ContextPath}/help` to discover available topic paths.",
  "body": "# errors.HELP_TOPIC_NOT_FOUND\n\n## NAME\n\nHELP_TOPIC_NOT_FOUND — requested help topic does not exist.\n\n## SYNOPSIS\n\nHTTP: `404 Not Found`. Retryable: no.\n\n## DESCRIPTION\n\nReturned by `GET {ContextPath}/help/{topic}` when `{topic}` is well-formed (matches `[A-Za-z0-9._-]+`) but does not resolve to any topic in the tree. Clients should `GET {ContextPath}/help` to discover available topic paths.\n\n## SEE ALSO\n\n- errors\n",
  "sections": [
    {
      "name": "NAME",
      "body": "HELP_TOPIC_NOT_FOUND — requested help topic does not exist."
    },
    {
      "name": "SYNOPSIS",
      "body": "HTTP: `404 Not Found`. Retryable: no."
    },
    {
      "name": "DESCRIPTION",
      "body": "Returned by `GET {ContextPath}/help/{topic}` when `{topic}` is well-formed (matches `[A-Za-z0-9._-]+`) but does not resolve to any topic in the tree. Clients should `GET {ContextPath}/help` to discover available topic paths."
    },
    {
      "name": "SEE ALSO",
      "body": "- errors"
    }
  ],
  "see_also": [
    "errors"
  ],
  "stability": "stable",
  "actions": []
}
