EADY grpc resource_error ai_generated true

ALREADY_EXISTS: resource already exists

ID: grpc/already-exists

Also available as: JSON · Markdown
85%Fix Rate
88%Confidence
3Evidence
2023-01-01First Seen

Version Compatibility

VersionStatusIntroducedDeprecatedNotes
1 active

Root Cause

Attempted to create a resource that already exists.

generic

Workarounds

  1. 90% success Use upsert pattern or check existence before creation
  2. 88% success Handle ALREADY_EXISTS as success for idempotent creates

Dead Ends

Common approaches that don't work:

  1. Delete and recreate resource 85% fail

    Data loss

  2. Ignore error without checking state 72% fail

    May proceed with wrong resource