# 95411: Configuration version conflict

Log Type: APPLICATION

Log Level: ERROR

## Description

The Intelligence Configuration could not be updated due to a version conflict.

### Possible causes

* Configuration was modified by another request since it was last fetched.
* The `If-Match` header value does not match the current configuration version.
* Concurrent updates to the same configuration

### Possible solutions

* Fetch the latest configuration version before updating.
* Use the current ETag/version in the `If-Match` header.
* Implement retry logic with fresh data after conflict errors.
