shared_pool_self_share
Cannot share a pool with itself — HTTP 409 · type conflict_error
What happened
The member eSIM is the same as the pool's creator — an eSIM can't join its own pool.
How to fix it
Add a different eSIM as the pool member.
Example response
{
"error": {
"type": "conflict_error",
"code": "shared_pool_self_share",
"message": "A human-readable description of what went wrong.",
"doc_url": "https://docs.interglobe.io/errors/shared_pool_self_share"
},
"request_id": "req_1a2b3c"
}