409
Conflict
Client Error
Description
The request could not be processed because of conflict in the current state of the resource
Common Usage
Used for edit conflicts, duplicate resources, version mismatches
Example Response
How this status code appears in HTTP responses
HTTP Response Header
HTTP/1.1 409 ConflictcURL Example
curl -I https://example.com
# Returns: HTTP/1.1 409 ConflictClient Error Response
This is a client error response indicating the request contains bad syntax or cannot be fulfilled.
Related Client Error Codes
Other codes in the same category