Error Reference
conflict
| Field | Value |
|---|---|
| Type URI | https://docs.kordiam.app/docs/errors/conflict |
| HTTP Status | 409 Conflict |
Description
The request conflicts with the current state of the target resource. The operation cannot be completed until the conflict is resolved.
Response Example
Code
Common Causes
- A resource with the same unique value already exists (e.g., a duplicate name or identifier).
- The requested state transition is not allowed given the resource's current state.
How to Fix
- Retrieve the current state of the resource to understand the conflict.
- For uniqueness violations, use a different value for the conflicting field or update the existing resource instead.
- For state transition conflicts, verify the resource is in a valid state for the intended operation before retrying.
Last modified on