keecode logokeecode
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 Conflict

cURL Example

curl -I https://example.com
# Returns: HTTP/1.1 409 Conflict