Skip to main content

Gone

Code

  • code: gone
  • status: 410
  • url: https://developers.glean.com/errors/gone

What It Means

The resource or operation is no longer available.

Common Causes

  • The resource was deleted.
  • The operation targets an expired or retired object.
  • The endpoint no longer supports the requested workflow.

How To Resolve

Client Actions

  • Stop using the stale resource or workflow.
  • Create a new resource or switch to the replacement documented by the endpoint.

Retry Guidance

Do not retry the same request unless the resource is recreated or the workflow changes.

Example Response

{
"type": "https://developers.glean.com/errors/gone",
"title": "Gone",
"status": 410,
"detail": "Human-readable explanation specific to this occurrence.",
"code": "gone",
"documentation_url": "https://developers.glean.com/errors/gone",
"request_id": "req_7f8a9b0c1d2e"
}