Skip to main content
Raised when a request conflicts with the current state of a resource (HTTP 409). This exception occurs when attempting to perform an operation that conflicts with the current state of a resource. This typically happens when trying to create resources that already exist, or when concurrent modifications cause state conflicts. Common scenarios include creating models or projects with names that already exist, attempting to modify resources that are currently being processed, or violating business rules that prevent certain operations.

Examples

Handling resource conflicts:
Handling state conflicts:
Common Conflict scenarios:

code

reason