EADY
grpc
resource_error
ai_generated
true
ALREADY_EXISTS: resource already exists
ID: grpc/already-exists
85%Fix Rate
88%Confidence
3Evidence
2023-01-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 1 | active | — | — | — |
Root Cause
Attempted to create a resource that already exists.
genericWorkarounds
-
90% success Use upsert pattern or check existence before creation
-
88% success Handle ALREADY_EXISTS as success for idempotent creates
Dead Ends
Common approaches that don't work:
-
Delete and recreate resource
85% fail
Data loss
-
Ignore error without checking state
72% fail
May proceed with wrong resource