MCPcopy Create free account
hub / github.com/3rdparty/libprocess / Conflict

Class Conflict

include/process/http.hpp:795–802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793
794
795struct Conflict : Response
796{
797 Conflict()
798 : Conflict("409 Conflict.") {}
799
800 explicit Conflict(const std::string& body)
801 : Response(body, Status::CONFLICT) {}
802};
803
804
805struct PreconditionFailed : Response

Callers 1

startMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected