摘要
The request conflicts with the current state of the resource.
何时发生
Returned for edit conflicts or when a create would violate a uniqueness constraint.
常见原因
- Concurrent edit / lost-update conflict
- Duplicate value on a unique field
- Version mismatch on an update
解决方法
- Refetch the latest state and retry
- Resolve the conflicting change
- Use conditional requests with ETag / If-Match