Skip to main content
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:

Attributes

HTTP status code; always 409 (HTTPStatus.CONFLICT).
Reason string; always Conflict.