Description
The request could not be completed because it conflicts with the current state of the target resource. This typically occurs when attempting to create a resource that already exists or when concurrent modifications conflict.Example
Common Causes
- Duplicate resource creation (e.g., uploading a file with the same name)
- Concurrent modifications to the same resource
- Idempotency key collision
Resolution
Check thedetail field for specifics. If creating a resource, verify it doesn’t already exist. For concurrent modifications, retry with the latest resource state.