Skip to content

shared_pool_throttled

Shared pool throttled โ€” HTTP 409 ยท type conflict_error

What happened

The pool operation was throttled by a rate or policy limit.

How to fix it

Retry after a short delay; space out membership changes.

Example response

{
  "error": {
    "type": "conflict_error",
    "code": "shared_pool_throttled",
    "message": "A human-readable description of what went wrong.",
    "doc_url": "https://docs.interglobe.io/errors/shared_pool_throttled"
  },
  "request_id": "req_1a2b3c"
}

โ† All error codes