Skip to content

shared_pool_full

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

What happened

The shared pool has reached its maximum number of members.

How to fix it

Remove a member before adding another, or create a second pool.

Example response

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

โ† All error codes