conflict constant

int const conflict

conflict = 409.

This response is sent when a request conflicts with the current state of the server.

https://tools.ietf.org/html/rfc7231#section-6.5.8

Implementation

static const int conflict = 409;