{
  "topic": "errors.SERVER_ERROR",
  "path": [
    "errors",
    "SERVER_ERROR"
  ],
  "title": "SERVER_ERROR — unexpected internal server error",
  "synopsis": "The server encountered an unclassified internal error. The response body contains a `ticket` UUID that correlates with the server-side error log. No internal details are exposed in the response.",
  "body": "# errors.SERVER_ERROR\n\n## NAME\n\nSERVER_ERROR — an unexpected error occurred on the server that prevented the request from being fulfilled.\n\n## SYNOPSIS\n\nHTTP: `500` `Internal Server Error`. Retryable: `yes` (with caution).\n\n## DESCRIPTION\n\nThe server encountered an unclassified internal error. The response body contains a `ticket` UUID that correlates with the server-side error log. No internal details are exposed in the response.\n\nRetryable with caution. Simple reads may be retried safely. Writes must be treated as potentially applied — the write outcome must be verified before retrying to avoid duplicates. The `ticket` value identifies the server-side error log entry.\n\n## SEE ALSO\n\n- errors\n",
  "sections": [
    {
      "name": "NAME",
      "body": "SERVER_ERROR — an unexpected error occurred on the server that prevented the request from being fulfilled."
    },
    {
      "name": "SYNOPSIS",
      "body": "HTTP: `500` `Internal Server Error`. Retryable: `yes` (with caution)."
    },
    {
      "name": "DESCRIPTION",
      "body": "The server encountered an unclassified internal error. The response body contains a `ticket` UUID that correlates with the server-side error log. No internal details are exposed in the response.\n\nRetryable with caution. Simple reads may be retried safely. Writes must be treated as potentially applied — the write outcome must be verified before retrying to avoid duplicates. The `ticket` value identifies the server-side error log entry."
    },
    {
      "name": "SEE ALSO",
      "body": "- errors"
    }
  ],
  "see_also": [
    "errors"
  ],
  "stability": "stable",
  "actions": []
}
