{
  "topic": "errors.NOT_IMPLEMENTED",
  "path": [
    "errors",
    "NOT_IMPLEMENTED"
  ],
  "title": "NOT_IMPLEMENTED — endpoint is not yet implemented",
  "synopsis": "The route is defined and accepted by the server but the handler returns this error because the feature is pending implementation. Distinct from a `404` — the endpoint exists without a functional implementation.",
  "body": "# errors.NOT_IMPLEMENTED\n\n## NAME\n\nNOT_IMPLEMENTED — the requested endpoint or operation exists in the API contract but has not yet been implemented in this version.\n\n## SYNOPSIS\n\nHTTP: `501` `Not Implemented`. Retryable: `no`.\n\n## DESCRIPTION\n\nThe route is defined and accepted by the server but the handler returns this error because the feature is pending implementation. Distinct from a `404` — the endpoint exists without a functional implementation.\n\nNot retryable. The response is identical until a new version is deployed.\n\n## SEE ALSO\n\n- errors\n",
  "sections": [
    {
      "name": "NAME",
      "body": "NOT_IMPLEMENTED — the requested endpoint or operation exists in the API contract but has not yet been implemented in this version."
    },
    {
      "name": "SYNOPSIS",
      "body": "HTTP: `501` `Not Implemented`. Retryable: `no`."
    },
    {
      "name": "DESCRIPTION",
      "body": "The route is defined and accepted by the server but the handler returns this error because the feature is pending implementation. Distinct from a `404` — the endpoint exists without a functional implementation.\n\nNot retryable. The response is identical until a new version is deployed."
    },
    {
      "name": "SEE ALSO",
      "body": "- errors"
    }
  ],
  "see_also": [
    "errors"
  ],
  "stability": "stable",
  "actions": []
}
